From a15fff13658689b84203561e8414e9a5dd89f570 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Wed, 25 Sep 2019 08:51:03 -0500 Subject: [PATCH] Adding keybindings. --- .config/sxhkd/sxhkdrc | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 70f06a1..5bd3d90 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -122,23 +122,47 @@ super + {Left,Down,Up,Right} # terminal emulator super + Return st +# launch ncpamixer +super + alt + a + st -e ncpamixer +# launch surf browser +super + alt + b + surf www.youtube.com/c/DistroTube +# launch cmus +super + alt + c + st -e cmus # launch lynx web browser super + alt + l st -e lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss -vikeys gopher://distro.tube # launch irssi chat client super + alt + i st -e irssi +# launch joplin +super + alt + j + st -e joplin +# launch toot cli +super + alt + m + st -e toot curses # launch newsboat feed reeder super + alt + n st -e newsboat +# launch pianobar +super + alt + p + st -e pianobar +# launch rtv +super + alt + r + st -e rtv # launch vifm file manager super + alt + v st -e ./.config/vifm/scripts/vifmrun - -# launch htop -super + alt + h - st -e htop - +# launch wopr +super + alt + w + st -e wopr report.xml +# launch youtube viewer +super + alt + y + st -e youtube-viewer + + # DMENU SCRIPTS (Alt+Ctrl+Key) # run program launcher