commit 80d841ffbfe1d1047efc6d515a4f6649e7c7562e
parent 714becb69e979f23600d14b5f9532bdff6e4c67c
Author: Luke Smith <luke@lukesmith.xyz>
Date: Sat, 12 Jan 2019 21:55:33 -0500
setbg for xwallpaper
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.scripts/tools/setbg b/.scripts/tools/setbg
@@ -1,4 +1,3 @@
#!/bin/sh
# Sets the background. Many scripts need to do this, but I've put it here so you can easily change all their actions.
-#setroot -z ~/.config/wall.png # with setroot
-feh --bg-scale "$HOME/.config/wall.png" # feh
+xwallpaper --center ~/.config/wall.png