Lot of small changes

This commit is contained in:
2024-01-03 11:04:20 +01:00
parent 71b5d1313a
commit 00c6530485
9 changed files with 166 additions and 83 deletions

View File

@ -72,16 +72,19 @@ super + ctrl + Return
# bspc node -p \~{west,south,north,east}
# Presel the desktop for splitting in certain direction
alt + shift + {q,s,z,d}
bspc node @/ -p \~{west,south,north,east}
# tonitch: I don't use that and it's more combersome when it happen
# alt + shift + {q,s,z,d}
# bspc node @/ -p \~{west,south,north,east}
alt + shift + {h,j,k,l}
bspc node @/ -p \~{west,south,north,east}
# alt + shift + {h,j,k,l}
# bspc node @/ -p \~{west,south,north,east}
# alt + shift + {Left,Down,Up,Right}
# bspc node @/ -p \~{west,south,north,east}
alt + shift + {Left,Down,Up,Right}
bspc node @/ -p \~{west,south,north,east}
# Set splitting ratio of windows
alt + ctrl + {1-9}
# alt + ctrl + {1-9} "to work with azerty"
alt + ctrl + {ampersand,eacute,quotedbl,apostrophe,parenleft,minus,egrave,underscore,ccedilla}
bspc node -o 0.{1-9}
# Move current window to largest space or preselected area if there is one.