diff options
author | Camil Staps | 2017-12-15 15:12:14 +0100 |
---|---|---|
committer | Camil Staps | 2017-12-15 15:12:14 +0100 |
commit | 15d2934f146af634d96fdc20ba5237c09e55d157 (patch) | |
tree | 2bcb984098ef3f6cd45d2881d11b5d555102449f /i3/bin/setbg-backup | |
parent | Add Torxakis and SMV plugins for Vim (diff) |
Fix setbg
Diffstat (limited to 'i3/bin/setbg-backup')
-rwxr-xr-x | i3/bin/setbg-backup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i3/bin/setbg-backup b/i3/bin/setbg-backup index d70f7f4..f31de8e 100755 --- a/i3/bin/setbg-backup +++ b/i3/bin/setbg-backup @@ -1,3 +1,4 @@ #!/bin/bash feh --bg-fill "$(ls -1 ~/.bg.*.{jpg,png} | sort -R | head -1)" +exit 1 |