]> git.armaanb.net Git - bin.git/blobdiff - autostart
autostart: remove wallpaper logic
[bin.git] / autostart
index 0bf5b7504f12683fc71354513093e449c7c301f6..e0002d12b7f2e7d7e0f4e11a9ad6560aa363cc5e 100755 (executable)
--- a/autostart
+++ b/autostart
@@ -1,11 +1,7 @@
 #!/usr/bin/env sh
 
 wal="/home/armaa/.local/share/wallpaper.png"
-if [ -f "$wal" ]; then
-  feh --bg-scale "$wal"
-else
-  hsetroot -solid "#282828"
-fi
+[ -f "$wal" ] & feh --bg-scale "$wal"
 
 setxkbmap -option "ctrl:swapcaps"
 pkill xcape ; xcape