From 3c67353d23c7f8fced2810b1a601d4f0b7e00167 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 7 Jan 2023 00:51:31 -0500 Subject: [PATCH] sxhkd: Revise node keybinds --- sxhkd/.config/sxhkd/sxhkdrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 3bc27e2..bd64b77 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -61,10 +61,6 @@ super + {_,shift} + q super + {_,shift} + {h,j,k,l} bspc node -{f,s} {west,south,north,east} -# Switch to the next / previous node (includes monocle layout) -super + {_,shift} + n - bspc node -f {next,prev} - # FLAGS: Toggle between node flags super + {x,y} bspc node -g {sticky,private} @@ -74,7 +70,7 @@ super + {_,shift} + b bspc node {-g hidden,$(bspc query -N -n .hidden | tail -n 1) -g hidden=off} # STATES: Toggle between node states -super + {t,r,f,space} +super + {t,w,f,space} bspc node focused -t ~{tiled,pseudo_tiled,fullscreen,floating} # PRESELECT: The direction to create a new node