diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index da166ab..c9088bd 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,10 +1,10 @@ ################ ### MONITORS ### ################ - # See https://wiki.hypr.land/Configuring/Monitors/ source = ~/.config/hypr/monitors.conf source = ~/.config/hypr/workspaces.conf + xwayland { force_zero_scaling = true } @@ -40,7 +40,7 @@ exec-once = librepods --start-minimized # See https://wiki.hypr.land/Configuring/Environment-variables/ env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 -env = GDK_SCALE, 1 +env = GDK_SCALE, 2 ################### ### PERMISSIONS ###