diff options
author | davidovski <david@davidovski.xyz> | 2022-07-31 22:09:31 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-07-31 22:09:31 +0100 |
commit | a4e5fe820e63d9a9bc7e101aa8c63ae9e6c13c3b (patch) | |
tree | 2fdb1454cbef05f1401fb5a2c9bee73d852b2cfb /scripts/bg.sh | |
parent | c475aefc0ffd1dd375f4dfc1a990052adff01237 (diff) |
changes of sorts
Diffstat (limited to 'scripts/bg.sh')
-rwxr-xr-x | scripts/bg.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bg.sh b/scripts/bg.sh index decf4f1..e6f6999 100755 --- a/scripts/bg.sh +++ b/scripts/bg.sh @@ -1,3 +1,3 @@ #!/bin/sh -feh --force-aliasing --bg-tile ~/.config/dither.png -#feh --force-aliasing --bg-fill ~/.config/bg +#feh --force-aliasing --bg-tile ~/.config/dither.png +feh --force-aliasing --bg-fill ~/.config/bg |