fix: xwayland scaling

This commit is contained in:
2026-01-05 15:06:24 -08:00
parent ee3428acd0
commit 0ff69d94b3
2 changed files with 15 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ autogenerated = 0 # remove this line to remove the warning
# See https://wiki.hypr.land/Configuring/Monitors/
monitor=,preferred,auto,auto
exec-once = swaybg -i /usr/share/backgrounds/gnome/vnc-d.png
#exec-once = swaybg -i /usr/share/backgrounds/gnome/vnc-d.png
###################
@@ -36,7 +36,7 @@ exec-once = swaybg -i /usr/share/backgrounds/gnome/vnc-d.png
# Set programs that you use
$terminal = kitty
$fileManager = nautilus
$menu = wofi --show drun -GI
$menu = wofi --show drun -Gn -L 4
#################
@@ -104,7 +104,7 @@ general {
col.inactive_border = rgba(595959aa)
# Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = false
resize_on_border = true
# Please see https://wiki.hypr.land/Configuring/Tearing/ before you turn this on
allow_tearing = false
@@ -124,7 +124,7 @@ decoration {
inactive_opacity = 1.0
shadow {
enabled = true
enabled = false
range = 4
render_power = 3
color = rgba(1a1a1aee)
@@ -132,7 +132,7 @@ decoration {
# https://wiki.hypr.land/Configuring/Variables/#blur
blur {
enabled = true
enabled = false
size = 3
passes = 1
@@ -144,6 +144,7 @@ decoration {
animations {
enabled = yes, please :)
# Default curves, see https://wiki.hypr.land/Configuring/Animations/#curves
# NAME, X0, Y0, X1, Y1
bezier = easeOutQuint, 0.23, 1, 0.32, 1
@@ -196,10 +197,16 @@ master {
# https://wiki.hypr.land/Configuring/Variables/#misc
misc {
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = true# If true disables the random hyprland logo / anime girl background. :(
}
xwayland {
force_zero_scaling = true
}
env = GTK_SCALE,2
env = XCURSOR_SIZE,32
#############
### INPUT ###