diff --git a/desktopenvs/hyprland/hypr/hyprland.conf b/desktopenvs/hyprland/hypr/hyprland.conf index 2dedb74..c5dd2f1 100644 --- a/desktopenvs/hyprland/hypr/hyprland.conf +++ b/desktopenvs/hyprland/hypr/hyprland.conf @@ -26,6 +26,21 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ monitor=,preferred,auto,auto +################ +### XWayland ### +################ + +## change monitor to high resolution, the last argument is the scale factor +#monitor = , highres, auto, 2 +# +## unscale XWayland +#xwayland { +# force_zero_scaling = true +#} +# +## toolkit-specific scale +#env = GDK_SCALE,2 +#env = XCURSOR_SIZE,32 ################### ### MY PROGRAMS ###