diff options
author | eug-vs <eug-vs@keemail.me> | 2021-07-22 09:55:24 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-07-22 09:55:24 +0300 |
commit | e29c2ae94666914aa2bae2bcf48bfc28545d47b4 (patch) | |
tree | 33a193bbeb665a7036fe1fc53e9bfcb92a6db14e /sxiv | |
parent | 0fb0039433c0777027f9f9fc63d6ec77117a7f48 (diff) | |
download | dotfiles-e29c2ae94666914aa2bae2bcf48bfc28545d47b4.tar.gz |
refactor: distribute scripts across packages
Diffstat (limited to 'sxiv')
-rwxr-xr-x | sxiv/.local/bin/wallpaper.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sxiv/.local/bin/wallpaper.sh b/sxiv/.local/bin/wallpaper.sh new file mode 100755 index 0000000..4d52bdb --- /dev/null +++ b/sxiv/.local/bin/wallpaper.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# Launch SXIV in wallpapers dir, C-x-w to set wallpaper + +sxiv -t ~/Pictures/Wallpapers |