summaryrefslogtreecommitdiff
path: root/bspwm/.config/sxhkd/sxhkdrc
diff options
context:
space:
mode:
Diffstat (limited to 'bspwm/.config/sxhkd/sxhkdrc')
-rw-r--r--bspwm/.config/sxhkd/sxhkdrc9
1 files changed, 5 insertions, 4 deletions
diff --git a/bspwm/.config/sxhkd/sxhkdrc b/bspwm/.config/sxhkd/sxhkdrc
index 8af33fa..2388af4 100644
--- a/bspwm/.config/sxhkd/sxhkdrc
+++ b/bspwm/.config/sxhkd/sxhkdrc
@@ -85,10 +85,6 @@ super + {p,b,comma,period}
super + {_,shift + }c
bspc node -f {next,prev}.local.leaf
-# focus the next/previous desktop in the current monitor
-super + bracket{left,right}
- bspc desktop -f {prev,next}.local
-
# focus the last node/desktop
super + {grave,Tab}
bspc {node,desktop} -f last
@@ -111,6 +107,11 @@ super + r
super + ctrl + shift + {1-9}
bspc node -r 0.{1-9}
+super + {_,shift +} bracket{left,right}
+ bspc {monitor -f, node -m} {prev,next}
+
+
+
#
# preselect
#