feat: fix some wayland issues

nixos
Moritz Böhme 2024-06-17 11:13:39 +02:00
parent 73689d50bf
commit 3b4b7b6657
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 7 additions and 0 deletions

View File

@ -117,6 +117,13 @@ in
force_default_wallpaper = 0
}
xwayland {
force_zero_scaling = true
}
# scale non native wayland gtk applications
env = GDK_SCALE,1.2
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
# Firefox Sharing Indicator
${mkRules ["float" "move 49% 40" "noborder"] ["title:^(.*Sharing Indicator.*)$"]}