diff options
| author | Max Bossing <info@maxbossing.de> | 2025-08-12 15:49:41 +0200 | 
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-08-12 15:49:41 +0200 | 
| commit | 870b5d5d220e8f0f6174dd62672fa93cd5e5ba97 (patch) | |
| tree | efa7a0cf1f3201c24d708b521c9df9dfca7663df /hypr | |
| parent | f3d11d56a5d9c0e60869adf0f2197860748aafff (diff) | |
feat(hermes.hyprland.conf): monitor scaling and forced opacity for zen
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$ | 
