Add plumb script for opening files

This commit is contained in:
Lucas 2020-04-06 23:51:03 +00:00
parent 2395ee7cbd
commit 43091854f9
3 changed files with 94 additions and 2 deletions

View file

@ -29,7 +29,10 @@ hc keybind $Mod-Shift-r reload
hc keybind $Mod-Shift-c close
# programs
hc keybind $Mod-g spawn plumb
hc keybind $Mod-g spawn sh -c 'xclip -o | plumb'
hc keybind $Mod-Control-g spawn sh -c 'xclip -sel clip -o | plumb'
hc keybind $Mod-Shift-g spawn sh -c 'xclip -o | plumb -T'
hc keybind $Mod-Control-Shift-g spawn sh -c 'xclip -sel clip -o | plumb -T'
hc keybind $Mod-p spawn dmenu_run \
-p run -fn "$hlwm_face" \
-nb "$hlwm_background" -nf "$hlwm_foreground" \