forked from logan/dotfiles
General Hyprland fixes
Reenabled terminal swallowing Disabled Hyprland background (no more anime women on my desktop) Enabled VRR
This commit is contained in:
parent
c4d67a5a08
commit
95b5b7d8be
1 changed files with 4 additions and 2 deletions
|
@ -65,8 +65,10 @@ gestures {
|
||||||
}
|
}
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
enable_swallow=false
|
enable_swallow=true
|
||||||
#swallow_regex='^(foot.*)$'
|
swallow_regex=^(alacritty|kitty|footclient)$
|
||||||
|
disable_hyprland_logo=true
|
||||||
|
vrr=true
|
||||||
}
|
}
|
||||||
|
|
||||||
# example window rules
|
# example window rules
|
||||||
|
|
Loading…
Reference in a new issue