summaryrefslogtreecommitdiff
path: root/hypr/hyprland.conf
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-06-24 15:44:25 -0500
committerzachir <zachir@librem.one>2023-06-24 15:44:25 -0500
commitb1d5d1eeb758a78f9e1dbbdaccd0b0abcb72c79a (patch)
tree261d7320d6b71bc80a9be2d169ed3f29c16f8cdf /hypr/hyprland.conf
parent864b1a83fdffb52ca43c6d154198518fa71a3c72 (diff)
Fix swallowing in hyprland
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r--hypr/hyprland.conf2
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
}
#}}}