diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-09 00:26:30 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-09 00:26:30 -0400 |
commit | 58ec24d6e0dd4d8aa9b9cc0e5351e7c63f8e6c73 (patch) | |
tree | 112b674ea3489b480b67332c1f3eab2eef05dda4 | |
parent | 8b5a525a8c85001b32a16e22df53684a40148f2b (diff) |
update pager and fix youtube-viewer keybinding
-rw-r--r-- | .config/aliasrc | 1 | ||||
-rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.config/aliasrc b/.config/aliasrc index 2e84eda..efd9bf7 100644 --- a/.config/aliasrc +++ b/.config/aliasrc @@ -33,7 +33,6 @@ | g | git | | goobook | goobook -c $HOME/.config/goobook/config | | gor | go run *.go | -| less | nvimpager | | mmi | make && sudo make install | | op | e main.rnw | | R | R -q | diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 7c0abd4..9fb1e8c 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 || dropdowntoggle youtube tmux-yt-viewer + killall youtube-viewer || $TERMINAL -t youtube -e youtube-viewer ## TUI Hacker News super + shift + v killall hacker-news || dropdowntoggle hacker-news tmux-hn |