commit 70a30901e2995a1a76b16e8c248bf78147540efc
parent c35bfb0b2590bbf2a92cc297181016017171f7de
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Sun, 19 Feb 2017 20:24:32 -0800
Xinitrc: Reorganize and add dwmmail.sh
Diffstat:
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/xinitrc b/xinitrc
@@ -1,6 +1,4 @@
-### autostart
-nitrogen --restore & # restore wallpaper
-
+### x settings
xset r rate 250 25 # keyboard rate
xset mouse 20 30 # mouse settings
xset b off # turn off bell
@@ -8,17 +6,21 @@ xset b off # turn off bell
xset +fp ~/.fonts # add font directory to be loaded
xset fp rehash # reload fonts
-wmname LG3D # fix JDK with dwm
+### autostart
+nitrogen --restore & # restore wallpaper
megasync & # mega client
nm-applet & # network monitor
pnmixer & # volume control
xfce4-power-manager & # enable power management
-sxhkd &
+sxhkd & # key commands
+
+dwmstatus.sh & # dwm status bar
+dwmmail.sh & # email notifications for dwm
screen.sh & # configure monitors
### window manager
-dwmstatus.sh &
-exec dwm
+wmname LG3D # fix JDK with dwm
+exec dwm # launch dwm