diff options
author | zachir <zachir@librem.one> | 2023-06-12 00:18:31 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-06-12 00:19:02 -0500 |
commit | fc7f66dca9780df52ddeb98467907654ba6a360e (patch) | |
tree | d4f56703d8241bfe82dfef1b836b11309565dee5 /hypr | |
parent | c43084fe9903160c49a3140ba40bee3e53f3c168 (diff) |
Swallow foot terminals
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 9bbb25e..6debbc6 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -54,7 +54,7 @@ general { #{{{ Misc options misc { enable_swallow = true - swallow_regex = ^(St)$ + swallow_regex = ^(foot)$ vfr = false } #}}} |