Hyprland: Enable swallowing
This commit is contained in:
parent
f7932361bc
commit
7883db3d26
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@ input {
|
|||
sensitivity = 0
|
||||
}
|
||||
|
||||
misc {
|
||||
enable_swallow = true
|
||||
swallow_regex = ^(kitty)$
|
||||
}
|
||||
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 20
|
||||
|
|
Reference in a new issue