Created
February 21, 2016 21:17
-
-
Save loopified/c86cdc8e77abea62ad40 to your computer and use it in GitHub Desktop.
Revisions
-
felipe-barros created this gist
Feb 21, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ 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