diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-15 22:55:31 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-15 22:55:31 +0530 |
commit | cc67020f49365170487b70b0409e705cab799591 (patch) | |
tree | aee26b3d0142270ae3490a7831ded6b134717f39 /.config/sxhkd | |
parent | 7eebb7e7577fa1531726e04b0b810986a26835ba (diff) |
updated keybindings
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 10 |
1 files changed, 5 insertions, 5 deletions
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 |