diff options
author | zachir <zachir@librem.one> | 2023-06-24 15:44:25 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-06-24 15:44:25 -0500 |
commit | b1d5d1eeb758a78f9e1dbbdaccd0b0abcb72c79a (patch) | |
tree | 261d7320d6b71bc80a9be2d169ed3f29c16f8cdf /hypr | |
parent | 864b1a83fdffb52ca43c6d154198518fa71a3c72 (diff) |
Fix swallowing in hyprland
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 6a663f5..2e114ba 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -55,7 +55,7 @@ general { #{{{ Misc options misc { enable_swallow = true - swallow_regex = ^(St)$ + swallow_regex = ^(foot)$ vfr = false } #}}} |