aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.config/herbstluftwm/autostart1
-rw-r--r--Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index cd0907c..8460a69 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -199,4 +199,5 @@ $hlwm_scripts/start.sh compton --config ~/.compton
199$hlwm_scripts/start.sh xrdb -load ~/.Xresources 199$hlwm_scripts/start.sh xrdb -load ~/.Xresources
200$hlwm_scripts/start.sh pulseaudio --start 200$hlwm_scripts/start.sh pulseaudio --start
201$hlwm_scripts/start.sh xscreensaver -no-splash 201$hlwm_scripts/start.sh xscreensaver -no-splash
202$hlwm_scripts/start.sh dropboxd
202$hlwm_scripts/start.sh $hlwm_scripts/notify.sh $monitor_w $window_p $panel_h $hlwm_scripts/popup.sh 203$hlwm_scripts/start.sh $hlwm_scripts/notify.sh $monitor_w $window_p $panel_h $hlwm_scripts/popup.sh
diff --git a/Makefile b/Makefile
index d9acb35..cfabbbf 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ HERBSTLUFT = herbstluftwm
8 8
9BASHRC = .bashrc 9BASHRC = .bashrc
10COMPTON = .compton 10COMPTON = .compton
11LIQUIDPROMPT = liquidpromptrc 11LIQUIDPROMPT = .liquidpromptrc
12LP_PS1 = .lp_ps1 12LP_PS1 = .lp_ps1
13VIMRC = .vimrc 13VIMRC = .vimrc
14XRESOURCES = .Xresources 14XRESOURCES = .Xresources