add .xsessionrc.local mhoward-lt

Fri, 13 Jun 2014 09:20:32 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 13 Jun 2014 09:20:32 -0400
branch
mhoward-lt
changeset 46
fe410dc840a6
parent 45
2dcdfa99f87d
child 47
d2b56ea4ec3d

add .xsessionrc.local

.i3/auto-start file | annotate | diff | comparison | revisions
.i3/config file | annotate | diff | comparison | revisions
.xsessionrc.local file | annotate | diff | comparison | revisions
--- 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 --- ###
--- 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
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 &
+/usr/bin/xscreensaver -nosplash &>/dev/null </dev/null &
+/usr/bin/xfce4-power-manager
+
+/usr/bin/pulseaudio --daemonize
+
+/usr/bin/nm-applet &>/dev/null </dev/null &
+

mercurial