diff options
| author | 2014-10-12 10:58:51 +0200 | |
|---|---|---|
| committer | 2014-10-12 10:58:51 +0200 | |
| commit | 343ec28d2e2a0b9645bc05c4dd5d59ec637e635d (patch) | |
| tree | a247e2646279ecf8493c46247a712591177cfe12 | |
| parent | d27d1370846fad27cbc45f4907ed96bda5326fa7 (diff) | |
| download | dotfiles-343ec28d2e2a0b9645bc05c4dd5d59ec637e635d.tar.gz dotfiles-343ec28d2e2a0b9645bc05c4dd5d59ec637e635d.tar.bz2 dotfiles-343ec28d2e2a0b9645bc05c4dd5d59ec637e635d.zip | |
Fixes and dropbox autostart
| -rwxr-xr-x | .config/herbstluftwm/autostart | 1 | ||||
| -rw-r--r-- | Makefile | 2 |
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 |
| @@ -8,7 +8,7 @@ HERBSTLUFT = herbstluftwm | |||
| 8 | 8 | ||
| 9 | BASHRC = .bashrc | 9 | BASHRC = .bashrc |
| 10 | COMPTON = .compton | 10 | COMPTON = .compton |
| 11 | LIQUIDPROMPT = liquidpromptrc | 11 | LIQUIDPROMPT = .liquidpromptrc |
| 12 | LP_PS1 = .lp_ps1 | 12 | LP_PS1 = .lp_ps1 |
| 13 | VIMRC = .vimrc | 13 | VIMRC = .vimrc |
| 14 | XRESOURCES = .Xresources | 14 | XRESOURCES = .Xresources |
