diff --git a/.xmonad/xmonad-x86_64-linux b/.xmonad/xmonad-x86_64-linux index 305ede0..168a2a2 100755 Binary files a/.xmonad/xmonad-x86_64-linux and b/.xmonad/xmonad-x86_64-linux differ diff --git a/.xmonad/xmonad.hi b/.xmonad/xmonad.hi index 4a5360d..0fb61ff 100644 Binary files a/.xmonad/xmonad.hi and b/.xmonad/xmonad.hi differ diff --git a/.xmonad/xmonad.o b/.xmonad/xmonad.o index 24b62c5..927fe55 100644 Binary files a/.xmonad/xmonad.o and b/.xmonad/xmonad.o differ diff --git a/.xsession b/.xsession index f798f41..e69de29 100644 --- a/.xsession +++ b/.xsession @@ -1,46 +0,0 @@ -#!/bin/bash - -# Fix resolution bug - -#xrandr --output eDP1 --mode 1920x1080 --primary - - -# Load resources - -xrdb -merge .Xresources - -# Set up an icon tray - -trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --alpha 1 --tint 0x000000 --height 19 & - -# Start compton - -compton --config .compton.conf & - - -# Set the background color - -xsetroot -solid midnightblue - -# Fire up apps - -# ~/.xmonad/scripts/wallpaper.sh & - -gajim & - -thunderbird & - -owncloud & - -xscreensaver -no-splash & - -if [ -x /usr/bin/nm-applet ] ; then - nm-applet --sm-disable & -fi - -#if [ -x /usr/bin/gnome-power-manager ] ; then -# sleep 3 -# gnome-power-manager & -#fi - -# exec xmonad