Adding progs to keys and tweaking rofi

This commit is contained in:
Chris Cochrun 2020-12-14 08:41:41 -06:00
parent 46054b1e4c
commit 04c75ce7f5
7 changed files with 37 additions and 6 deletions

View file

@ -2426,6 +2426,7 @@ config.bind('o', 'set-cmd-text -s :open')
## Bindings for MPV and YTDL
config.bind('v', 'hint links spawn --detach mpv --force-window yes {hint-url}')
config.bind('gv', 'spawn --detach mpv --force-window yes {url}')
config.bind('gc', 'spawn org-capture {url}')
config.bind('gV', 'hint links spawn alacritty -e youtube-dl -o ~/Videos/%(title)s.%(ext)s {hint-url}')
## Bindings for MPV and YTDL