mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
change bspwm controls from 'Fn' to 'ctrl + Fn'
This commit is contained in:
parent
45c03d909a
commit
1a9b0c7e46
|
@ -49,35 +49,35 @@ super + w
|
|||
# === function keys ===
|
||||
|
||||
# rotate windows
|
||||
F1
|
||||
ctrl + F1
|
||||
bspc node @/ -R 90
|
||||
|
||||
# circulate windows
|
||||
F2
|
||||
ctrl + 2
|
||||
bspc node @/ -C forward
|
||||
|
||||
# flip windows horizontal
|
||||
F3
|
||||
ctrl + 3
|
||||
bspc node @/ -F horizontal
|
||||
|
||||
# flip windows vertical
|
||||
F4
|
||||
ctrl + 4
|
||||
bspc node @/ -F vertical
|
||||
|
||||
# alternate between the tiled and monocle layout
|
||||
F5
|
||||
ctrl + F5
|
||||
bspc desktop -l next
|
||||
|
||||
# balance windows
|
||||
F6
|
||||
ctrl + F6
|
||||
bspc node @/ -B
|
||||
|
||||
# Change window gap
|
||||
{F7,F8}
|
||||
ctrl + {F7,F8}
|
||||
bspc config -d focused window_gap $((`bspc config -d focused window_gap` {+,-} 2 ))
|
||||
|
||||
# set the window state
|
||||
{F9,F10,F11,F12}
|
||||
ctrl + {F9,F10,F11,F12}
|
||||
bspc node -t {floating,tiled,pseudo_tiled,fullscreen}
|
||||
|
||||
# Select desktop layout (monocle|tiled)
|
||||
|
|
Loading…
Reference in a new issue