diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bg.sh b/scripts/bg.sh index 005ee8f..747aa20 100755 --- a/scripts/bg.sh +++ b/scripts/bg.sh @@ -1,2 +1,2 @@ #!/bin/sh -feh --bg-fill ~/.config/bg +feh --force-aliasing --bg-fill ~/.config/bg |