diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-19 21:25:13 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-19 21:25:13 +0200 |
commit | 66c27d36cd02523f19e9fdb2aef9f97ad500b5f1 (patch) | |
tree | 02955bf607816864392a5b25b85ca854127a38a0 /.config/hypr | |
parent | 89b3146866e5756b19438697fa0e0155b5047c56 (diff) |
Hyprland: Disable swallowing for now
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index f6456bb..055ec48 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -76,7 +76,7 @@ gestures { misc { disable_hyprland_logo = true disable_splash_rendering = true - enable_swallow = true + enable_swallow = false swallow_regex = ^(foot)$ vfr = true } |