based on dwm remaps
This commit is contained in:
parent
f28b8dfef5
commit
e8b7f967a9
1 changed files with 9 additions and 2 deletions
|
@ -2,9 +2,16 @@
|
||||||
# dwm-independent commands. This file is pretty readable, so I'll let you read
|
# dwm-independent commands. This file is pretty readable, so I'll let you read
|
||||||
# it.
|
# it.
|
||||||
|
|
||||||
|
# The keys NOT bound here by sxhkd, but by dwm or i3 are:
|
||||||
|
# The t thru p keys on the top row
|
||||||
|
# The f thru ; keys on the home row
|
||||||
|
# The b key on the bottom row
|
||||||
|
|
||||||
# Basic binds
|
# Basic binds
|
||||||
super + Return
|
super + Return
|
||||||
$TERMINAL
|
$TERMINAL
|
||||||
|
super + shift + q
|
||||||
|
kill -9 `xdotool getwindowfocus getwindowpid`
|
||||||
super + d
|
super + d
|
||||||
dmenu_run
|
dmenu_run
|
||||||
super + r
|
super + r
|
||||||
|
@ -15,9 +22,9 @@ super + m
|
||||||
$TERMINAL -e ncmpcpp
|
$TERMINAL -e ncmpcpp
|
||||||
super + n
|
super + n
|
||||||
$TERMINAL -e newsboat
|
$TERMINAL -e newsboat
|
||||||
super + i
|
super + s
|
||||||
$TERMINAL -e htop
|
$TERMINAL -e htop
|
||||||
super + y
|
super + c
|
||||||
$TERMINAL -e calcurse -D ~/.config/calcurse
|
$TERMINAL -e calcurse -D ~/.config/calcurse
|
||||||
super + shift + a
|
super + shift + a
|
||||||
$TERMINAL -e alsamixer; refbar
|
$TERMINAL -e alsamixer; refbar
|
||||||
|
|
Loading…
Reference in a new issue