diff options
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 13734ef..db3e8aa 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -37,7 +37,7 @@ super + m super + {_,shift + }{h,j,k,l} bspc window -{f,s} {left,down,up,right} -super + {_,shift + }c +super + {_,shift + }slash bspc window -f {next,prev} super + {comma,period} @@ -95,6 +95,9 @@ super + e super + r firefox +super + c + chromium + # make sxhkd reload its configuration files: super + Escape pkill -USR1 -x sxhkd |