feat: fix some wayland issues
parent
73689d50bf
commit
3b4b7b6657
|
@ -117,6 +117,13 @@ in
|
||||||
force_default_wallpaper = 0
|
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
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||||
# Firefox Sharing Indicator
|
# Firefox Sharing Indicator
|
||||||
${mkRules ["float" "move 49% 40" "noborder"] ["title:^(.*Sharing Indicator.*)$"]}
|
${mkRules ["float" "move 49% 40" "noborder"] ["title:^(.*Sharing Indicator.*)$"]}
|
||||||
|
|
Loading…
Reference in New Issue