diff options
author | vaxerski <[email protected]> | 2022-07-28 13:44:17 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-07-28 13:44:17 +0200 |
commit | 578787b36d6bc7e0f34c5fd2b7ae06d950ca0f8c (patch) | |
tree | c68c75916ae41914424be938389a67cda2321117 /example | |
parent | f6c7a799883cc89c53819e5e64816b95deb61c24 (diff) | |
download | Hyprland-578787b36d6bc7e0f34c5fd2b7ae06d950ca0f8c.tar.gz Hyprland-578787b36d6bc7e0f34c5fd2b7ae06d950ca0f8c.zip |
add gestures to example configs
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index ae00a9a7..2fc224b3 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -62,6 +62,10 @@ dwindle { pseudotile=0 # enable pseudotiling on dwindle } +gestures { + workspace_swipe=no +} + # example window rules # for windows named/classed as abc and xyz #windowrule=move 69 420,abc |