sxhkd: Change window assignment keybinds for bspwm

This commit is contained in:
Salt 2018-01-19 12:54:19 -06:00
parent 03c8a09916
commit 309d622110

View File

@ -1,5 +1,9 @@
#!/bin/bash #!/bin/bash
####################
# GENERAL HOTKEYS
####################
# Execute terminal # Execute terminal
alt + Return alt + Return
urxvt urxvt
@ -40,9 +44,9 @@ alt + p
alt + shift + p alt + shift + p
pkill xwinwrap pkill xwinwrap
# ####################
# bspwm hotkeys # BSPWM HOTKEYS
# ####################
# Reload configuration # Reload configuration
alt + shift + r alt + shift + r
@ -121,15 +125,15 @@ super + {h,j,k,l}
bspc node -p {west,south,north,east} bspc node -p {west,south,north,east}
# preselect the ratio # preselect the ratio
alt + ctrl + {1-9} super + {1-9}
bspc node -o 0.{1-9} bspc node -o 0.{1-9}
# cancel the preselection for the focused node # cancel the preselection for the focused node
alt + ctrl + space super + space
bspc node -p cancel bspc node -p cancel
# cancel the preselection for the focused desktop # cancel the preselection for the focused desktop
alt + ctrl + shift + space ctrl + alt + space
bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel
# #