Skip to content

Instantly share code, notes, and snippets.

@loopified
Created February 21, 2016 21:17
Show Gist options
  • Save loopified/c86cdc8e77abea62ad40 to your computer and use it in GitHub Desktop.
Save loopified/c86cdc8e77abea62ad40 to your computer and use it in GitHub Desktop.

Revisions

  1. @felipe-barros felipe-barros created this gist Feb 21, 2016.
    5 changes: 5 additions & 0 deletions waw.fish
    Original 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