diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-12 21:55:33 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-01-12 21:55:33 -0500 |
| commit | 80d841ffbfe1d1047efc6d515a4f6649e7c7562e (patch) | |
| tree | 29a047c3d7b0a9cf3eba2be157c2a1dd177121f0 /.scripts/tools | |
| parent | 714becb69e979f23600d14b5f9532bdff6e4c67c (diff) | |
| download | eibhear-80d841ffbfe1d1047efc6d515a4f6649e7c7562e.tar.gz eibhear-80d841ffbfe1d1047efc6d515a4f6649e7c7562e.tar.zst eibhear-80d841ffbfe1d1047efc6d515a4f6649e7c7562e.zip | |
setbg for xwallpaper
Diffstat (limited to '.scripts/tools')
| -rwxr-xr-x | .scripts/tools/setbg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.scripts/tools/setbg b/.scripts/tools/setbg index c003b1a..6ffd21d 100755 --- 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 |
