diff options
Diffstat (limited to 'scripts/bg.sh')
-rwxr-xr-x | scripts/bg.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/bg.sh b/scripts/bg.sh index 34a1196..06793e9 100755 --- a/scripts/bg.sh +++ b/scripts/bg.sh @@ -1,4 +1,8 @@ #!/bin/sh + +feh --bg-fill ~/.config/bg.png +exit + setbg="feh --force-aliasing --bg-tile " image=~/.config/bg.gif |