From cc67020f49365170487b70b0409e705cab799591 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Tue, 15 Jun 2021 22:55:31 +0530 Subject: updated keybindings --- .config/sxhkd/sxhkdrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/sxhkd/sxhkdrc') diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index bf44264..8824f7b 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -93,11 +93,7 @@ super + ctrl + {1-9} super + ctrl + space bspc node -p cancel -# cancel the preselection for the focused desktop -super + ctrl + shift + space - bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel - -# +# cancel the preselection for the focused desktop super + ctrl + shift + space bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel # move/resize # @@ -112,3 +108,7 @@ super + alt + shift + {h,j,k,l} # move a floating window super + {Left,Down,Up,Right} bspc node -v {-20 0,0 20,0 -20,20 0} + + + +# other keybindings -- cgit v1.2.3