diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-05-28 15:38:17 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-05-28 15:38:17 -0400 |
| commit | e8b7f967a96e20035e54edacd06f0c86f704f156 (patch) | |
| tree | e91c22844f8bc005e2de77731e2d1b2862354764 /.config | |
| parent | f28b8dfef5df0c1f43a462f281dfbadb1a404d95 (diff) | |
| download | eibhear-e8b7f967a96e20035e54edacd06f0c86f704f156.tar.gz eibhear-e8b7f967a96e20035e54edacd06f0c86f704f156.tar.zst eibhear-e8b7f967a96e20035e54edacd06f0c86f704f156.zip | |
based on dwm remaps
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 9015b0a..165fe11 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -2,9 +2,16 @@ # dwm-independent commands. This file is pretty readable, so I'll let you read # 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 super + Return $TERMINAL +super + shift + q + kill -9 `xdotool getwindowfocus getwindowpid` super + d dmenu_run super + r @@ -15,9 +22,9 @@ super + m $TERMINAL -e ncmpcpp super + n $TERMINAL -e newsboat -super + i +super + s $TERMINAL -e htop -super + y +super + c $TERMINAL -e calcurse -D ~/.config/calcurse super + shift + a $TERMINAL -e alsamixer; refbar |
