mirror of
https://github.com/shokinn/.files.git
synced 2025-01-19 05: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 ===
|
# === function keys ===
|
||||||
|
|
||||||
# rotate windows
|
# rotate windows
|
||||||
F1
|
ctrl + F1
|
||||||
bspc node @/ -R 90
|
bspc node @/ -R 90
|
||||||
|
|
||||||
# circulate windows
|
# circulate windows
|
||||||
F2
|
ctrl + 2
|
||||||
bspc node @/ -C forward
|
bspc node @/ -C forward
|
||||||
|
|
||||||
# flip windows horizontal
|
# flip windows horizontal
|
||||||
F3
|
ctrl + 3
|
||||||
bspc node @/ -F horizontal
|
bspc node @/ -F horizontal
|
||||||
|
|
||||||
# flip windows vertical
|
# flip windows vertical
|
||||||
F4
|
ctrl + 4
|
||||||
bspc node @/ -F vertical
|
bspc node @/ -F vertical
|
||||||
|
|
||||||
# alternate between the tiled and monocle layout
|
# alternate between the tiled and monocle layout
|
||||||
F5
|
ctrl + F5
|
||||||
bspc desktop -l next
|
bspc desktop -l next
|
||||||
|
|
||||||
# balance windows
|
# balance windows
|
||||||
F6
|
ctrl + F6
|
||||||
bspc node @/ -B
|
bspc node @/ -B
|
||||||
|
|
||||||
# Change window gap
|
# Change window gap
|
||||||
{F7,F8}
|
ctrl + {F7,F8}
|
||||||
bspc config -d focused window_gap $((`bspc config -d focused window_gap` {+,-} 2 ))
|
bspc config -d focused window_gap $((`bspc config -d focused window_gap` {+,-} 2 ))
|
||||||
|
|
||||||
# set the window state
|
# set the window state
|
||||||
{F9,F10,F11,F12}
|
ctrl + {F9,F10,F11,F12}
|
||||||
bspc node -t {floating,tiled,pseudo_tiled,fullscreen}
|
bspc node -t {floating,tiled,pseudo_tiled,fullscreen}
|
||||||
|
|
||||||
# Select desktop layout (monocle|tiled)
|
# Select desktop layout (monocle|tiled)
|
||||||
|
|
Loading…
Reference in a new issue