mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 14:45:59 +01:00
add gestures to example configs
This commit is contained in:
parent
f6c7a79988
commit
578787b36d
2 changed files with 8 additions and 0 deletions
|
@ -62,6 +62,10 @@ dwindle {
|
||||||
pseudotile=0 # enable pseudotiling on dwindle
|
pseudotile=0 # enable pseudotiling on dwindle
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gestures {
|
||||||
|
workspace_swipe=no
|
||||||
|
}
|
||||||
|
|
||||||
# example window rules
|
# example window rules
|
||||||
# for windows named/classed as abc and xyz
|
# for windows named/classed as abc and xyz
|
||||||
#windowrule=move 69 420,abc
|
#windowrule=move 69 420,abc
|
||||||
|
|
|
@ -70,6 +70,10 @@ dwindle {
|
||||||
pseudotile=0 # enable pseudotiling on dwindle
|
pseudotile=0 # enable pseudotiling on dwindle
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gestures {
|
||||||
|
workspace_swipe=no
|
||||||
|
}
|
||||||
|
|
||||||
# example window rules
|
# example window rules
|
||||||
# for windows named/classed as abc and xyz
|
# for windows named/classed as abc and xyz
|
||||||
#windowrule=move 69 420,abc
|
#windowrule=move 69 420,abc
|
||||||
|
|
Loading…
Reference in a new issue