diff options
Diffstat (limited to '.config/autostart')
-rwxr-xr-x | .config/autostart/autostart.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/autostart/autostart.sh b/.config/autostart/autostart.sh index 87ee293..de8e84d 100755 --- a/.config/autostart/autostart.sh +++ b/.config/autostart/autostart.sh @@ -10,7 +10,7 @@ start-picom() { set-wallpaper() { if [ $HOSTNAME == zeus ]; then - feh --bg-scale ~/wallpapers/cyberpunk-red.png + xwallpaper --focus ~/wallpapers/library-fantasy-tree.jpg --screen 0 else feh --bg-scale ~/wallpapers/library-fantasy-tree.jpg fi @@ -18,8 +18,8 @@ set-wallpaper() { get-started() { ( - start-picom - set-wallpaper + start-picom & + set-wallpaper & ## set keyboard setxkbmap us -option ctrl:swapcaps & ) |