diff options
Diffstat (limited to '.config/herbstluftwm/autostart')
| -rwxr-xr-x | .config/herbstluftwm/autostart | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 8460a69..e0e59a3 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart | |||
| @@ -194,10 +194,10 @@ else | |||
| 194 | start_panel $panel | 194 | start_panel $panel |
| 195 | fi | 195 | fi |
| 196 | 196 | ||
| 197 | $hlwm_scripts/start.sh feh --bg-fill $wallpaper | 197 | $hlwm_scripts/start.sh "xautolock -locker $hlwm_scripts/lock.sh" |
| 198 | $hlwm_scripts/start.sh compton --config ~/.compton | 198 | $hlwm_scripts/start.sh "feh --bg-fill $wallpaper" |
| 199 | $hlwm_scripts/start.sh xrdb -load ~/.Xresources | 199 | $hlwm_scripts/start.sh "compton --config $HOME/.compton" |
| 200 | $hlwm_scripts/start.sh pulseaudio --start | 200 | $hlwm_scripts/start.sh "xrdb -load $HOME/.Xresources" |
| 201 | $hlwm_scripts/start.sh xscreensaver -no-splash | 201 | $hlwm_scripts/start.sh "pulseaudio --start" |
| 202 | $hlwm_scripts/start.sh dropboxd | 202 | $hlwm_scripts/start.sh "dropboxd" |
| 203 | $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" |
