[sxhkd] launch chromium in incognito mode
[~bandali/configs] / sxhkd / .config / sxhkd / sxhkdrc
index 0b98505..53ce423 100644 (file)
@@ -14,8 +14,10 @@ super + t
 super + b
        bspc desktop -B
 
-super + {s,f}
-       bspc window -t {floating,fullscreen}
+super + {p,s,f}
+       state={pseudo_tiled,floating,fullscreen}; \
+       bspc query -W -w "focused.$\{state\}" && state=tiled; \
+       bspc window -t "$state"
 
 super + {grave,Tab}
        bspc {window,desktop} -f last
@@ -46,6 +48,9 @@ super + {comma,period}
 super + bracket{left,right}
        bspc desktop -f {prev,next}
 
+super + shift + bracket{left,right}
+       bspc window -d {prev,next}
+
 super + ctrl + {h,j,k,l}
        bspc window -p {left,down,up,right}
 
@@ -90,13 +95,13 @@ super + x
     slimlock
 
 super + e
-    em
+    emacs
 
 super + r
     firefox
 
 super + c
-    chromium
+    chromium -incognito
 
 # make sxhkd reload its configuration files:
 super + Escape