diff options
Diffstat (limited to 'hypr')
| -rw-r--r-- | hypr/hermes.hyprland.conf | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/hypr/hermes.hyprland.conf b/hypr/hermes.hyprland.conf index c832d03..e922236 100644 --- a/hypr/hermes.hyprland.conf +++ b/hypr/hermes.hyprland.conf @@ -3,12 +3,14 @@  ################  # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=,preferred,auto,auto +monitor=,highres,auto,1.6  ###################  ### MY PROGRAMS ###  ################### - +xwayland { +force_zero_scaling = true +}   # See https://wiki.hyprland.org/Configuring/Keywords/  # Set programs that you use @@ -299,3 +301,4 @@ windowrule = suppressevent maximize, class:.*  # Fix some dragging issues with XWayland  windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 +windowrulev2 = opacity 1.0 override 1.0 override, class:^zen$ | 
