diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2021-01-07 21:46:47 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2021-01-07 21:46:47 -0500 |
commit | 4a73f6b7c560a53a7f6fe3bff54a06671fea6109 (patch) | |
tree | ff9cbb37b1f41f2d50d4510a6ed5f9ddf560719d /.config/sxhkd | |
parent | 4dc06b2e8d8cfc5a363555a8ae7bc1f7aac2d7e9 (diff) |
linkhandler uses mpv with the sponsorblock plugin
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 0b917b5..ea9de01 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -131,9 +131,6 @@ super + w ## TUI Email Client (neomutt) super + e killall neomutt || $TERMINAL -e neomutt && mw -Y -## TUI Calendar (calcurse) -super + shift + e - killall calcurse || $TERMINAL -t dropdown_calendar -e calcurse ## TUI RSS Reader (newsboat) super + n killall newsboat || $TERMINAL -e newsboat ; kill -37 $(pidof dwmblocks) @@ -156,7 +153,7 @@ super + shift + a dropdowntoggle shell tmux-shell ## TUI Youtube (youtube-viewer) super + v - killall youtube-viewer || $TERMINAL -c youtube -t YouTube -e youtube-viewer + killall youtube-viewer || $TERMINAL -c youtube -t YouTube -e youtube-viewer -SV ## TUI Hacker News super + shift + v killall hacker-news || dropdowntoggle hacker-news tmux-hn |