From 870b5d5d220e8f0f6174dd62672fa93cd5e5ba97 Mon Sep 17 00:00:00 2001 From: Max Bossing Date: Tue, 12 Aug 2025 15:49:41 +0200 Subject: feat(hermes.hyprland.conf): monitor scaling and forced opacity for zen --- hypr/hermes.hyprland.conf | 7 +++++-- 1 file 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$ -- cgit v1.0