Fixed background image startup on w530

This commit is contained in:
Christian Colglazier 2021-06-14 14:57:23 -04:00
parent ea23e2a4a7
commit 2f0849911d

View File

@ -13,7 +13,7 @@ exec --no-startup-id ~/dotfiles/scripts/trackpad-toggle.sh
# Desktop background
exec --no-startup-id exec compton &
exec --no-startup-id exec feh --bg-scale ~/Pictures/wallpaper/0001.jpg
exec --no-startup-id exec feh --bg-scale ~/Pictures/wallpaper/0001.jpg &
# Turn off the screen
bindsym XF86Launch1 exec xset -display :0.0 dpms force off