# HG changeset patch # User Meredith Howard # Date 1402665632 14400 # Node ID fe410dc840a676ffe01567d302545274c750980d # Parent 2dcdfa99f87dfc94977e02b765fe94c78aad2111 add .xsessionrc.local diff --git a/.i3/auto-start b/.i3/auto-start --- a/.i3/auto-start +++ b/.i3/auto-start @@ -3,7 +3,7 @@ # Simple autostart file for i3-wm, you can execute it from i3 config with # exec $HOME/bin/auto-start-for-i3 # -# xdotool and xmessage must be installed. On BSD use jot instead of +# xdotool and notify-send must be installed. On BSD use jot instead of # seq or install seq from ports. @@ -23,7 +23,7 @@ StartProg() fi sleep 1 done - xmessage "Error on executing: $@" & + notify-send "Error on executing: $@" } StartProgName() @@ -38,7 +38,7 @@ StartProgName() fi sleep 1 done - xmessage "Error on executing: $@" & + notify-send "Error on executing: $@" } # ### --- emacs --- ### diff --git a/.i3/config b/.i3/config --- a/.i3/config +++ b/.i3/config @@ -25,7 +25,7 @@ font pango:monospace 10 floating_modifier $mod # start a terminal -bindsym $mod+Return exec /usr/bin/urxvt +bindsym $mod+Return exec exec urxvt # kill focused window bindsym $mod+Shift+q kill diff --git a/.xsessionrc.local b/.xsessionrc.local new file mode 100644 --- /dev/null +++ b/.xsessionrc.local @@ -0,0 +1,12 @@ +/usr/bin/xset b off + +/usr/bin/syndaemon -i 1 -d + +/usr/bin/xcompmgr -n &>/dev/null /dev/null /dev/null