diff options
author | eug-vs <eug-vs@keemail.me> | 2021-07-21 15:53:52 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-07-21 16:04:10 +0300 |
commit | cf3eefda31e98d4725a64000861a388ba7708c62 (patch) | |
tree | 7e0028cede47398c74056c92af30c515bc8f9579 /scripts/.local/bin/wallpaper.sh | |
parent | 26d393eacb0468edeed62befe365c1ae0752a680 (diff) | |
download | dotfiles-feat/stow.tar.gz |
feat!: move to GNU Stow, remove wikifeat/stow
Diffstat (limited to 'scripts/.local/bin/wallpaper.sh')
-rwxr-xr-x | scripts/.local/bin/wallpaper.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/.local/bin/wallpaper.sh b/scripts/.local/bin/wallpaper.sh new file mode 100755 index 0000000..4d52bdb --- /dev/null +++ b/scripts/.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 |