From 7a226debb210656a9659db47f8b28c9c60cd61ef Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 2 May 2015 09:47:23 -0400 Subject: [PATCH] sxhkd: super + slash and super + c bindings --- sxhkd/.config/sxhkd/sxhkdrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.20.1