diff options
author | Camil Staps | 2023-02-17 13:42:47 +0100 |
---|---|---|
committer | Camil Staps | 2023-02-17 13:42:47 +0100 |
commit | f4e04a43c5a4ea1905fdf707074c9858f969c5ab (patch) | |
tree | ea1fd7877f9bde53b640e3f52f6931d40b58297a /i3/bin/setbg-photo | |
parent | Remove empty ignore file (diff) |
Improve singlemon and dualmon for yoga
Diffstat (limited to 'i3/bin/setbg-photo')
-rwxr-xr-x | i3/bin/setbg-photo | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/i3/bin/setbg-photo b/i3/bin/setbg-photo index 93d602b..88a980f 100755 --- a/i3/bin/setbg-photo +++ b/i3/bin/setbg-photo @@ -3,4 +3,3 @@ DIR="/home/camil/Dropbox/Photos/Wallpapers/active" feh --bg-fill "$DIR/$(ls -1 "$DIR" | sort -R | head -1)" -exit 1 |