Skip to content

Instantly share code, notes, and snippets.

@barrosfelipe
Created February 21, 2016 21:17
Show Gist options
  • Save barrosfelipe/c86cdc8e77abea62ad40 to your computer and use it in GitHub Desktop.
Save barrosfelipe/c86cdc8e77abea62ad40 to your computer and use it in GitHub Desktop.
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