diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-13 17:04:45 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-13 17:04:45 -0400 |
commit | 2086dc0ca5422711d6906304f43d5ce45e31e2bb (patch) | |
tree | db35c43ef194ef97ac6b43ef4b8a149a132ea875 /.config/sxhkd | |
parent | eadc4f4049a14e1a10ef1e3c9b0492ce70468c56 (diff) |
vim 80 col color + youtube-viewer update sxhkd
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 9fb1e8c..b11502e 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -156,7 +156,7 @@ super + shift + a dropdowntoggle shell tmux-shell ## TUI Youtube (youtube-viewer) super + v - killall youtube-viewer || $TERMINAL -t youtube -e youtube-viewer + killall youtube-viewer || $TERMINAL -c youtube -t YouTube -e youtube-viewer ## TUI Hacker News super + shift + v killall hacker-news || dropdowntoggle hacker-news tmux-hn |