Created
February 21, 2016 21:17
-
-
Save loopified/c86cdc8e77abea62ad40 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function waw --description 'Sets a wallpaper with sxiv and feh' | |
set -l sxiv_var (sxiv -r -o $argv) | |
set -l read_var (read -s -c '--bg-') | |
xargs<(feh $read_var<$sxiv_var) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment