diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-04 23:10:15 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-04 23:10:15 +0200 |
commit | de70c7380fff92aa7ce53e8a266779057a07099c (patch) | |
tree | 71988cb5d4d3225a37a26f0c7dbeabfac7035eec /.config/hypr | |
parent | b2083630f351b04a057ac4fb1f844ed543c558f1 (diff) |
Hyprland: Swallow windows in foot
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 9b931cd..d0cf2f8 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -67,6 +67,7 @@ misc { disable_hyprland_logo = true disable_splash_rendering = true enable_swallow = true + swallow_regex = ^(foot)$ } $modkey = SUPER |