mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 12:00:24 +10:00
Adding keybindings.
This commit is contained in:
@@ -122,23 +122,47 @@ super + {Left,Down,Up,Right}
|
|||||||
# terminal emulator
|
# terminal emulator
|
||||||
super + Return
|
super + Return
|
||||||
st
|
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
|
# launch lynx web browser
|
||||||
super + alt + l
|
super + alt + l
|
||||||
st -e lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss -vikeys gopher://distro.tube
|
st -e lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss -vikeys gopher://distro.tube
|
||||||
# launch irssi chat client
|
# launch irssi chat client
|
||||||
super + alt + i
|
super + alt + i
|
||||||
st -e irssi
|
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
|
# launch newsboat feed reeder
|
||||||
super + alt + n
|
super + alt + n
|
||||||
st -e newsboat
|
st -e newsboat
|
||||||
|
# launch pianobar
|
||||||
|
super + alt + p
|
||||||
|
st -e pianobar
|
||||||
|
# launch rtv
|
||||||
|
super + alt + r
|
||||||
|
st -e rtv
|
||||||
# launch vifm file manager
|
# launch vifm file manager
|
||||||
super + alt + v
|
super + alt + v
|
||||||
st -e ./.config/vifm/scripts/vifmrun
|
st -e ./.config/vifm/scripts/vifmrun
|
||||||
|
# launch wopr
|
||||||
# launch htop
|
super + alt + w
|
||||||
super + alt + h
|
st -e wopr report.xml
|
||||||
st -e htop
|
# launch youtube viewer
|
||||||
|
super + alt + y
|
||||||
|
st -e youtube-viewer
|
||||||
|
|
||||||
|
|
||||||
# DMENU SCRIPTS (Alt+Ctrl+Key)
|
# DMENU SCRIPTS (Alt+Ctrl+Key)
|
||||||
|
|
||||||
# run program launcher
|
# run program launcher
|
||||||
|
|||||||
Reference in New Issue
Block a user