From 9d0ba352a3b260d7ccc22d465ca9aa5df1e52f1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Wed, 20 Nov 2024 08:22:03 -0300 Subject: [PATCH 1/2] :wrench: chore(hypr): update environment variables --- hypr/environment.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypr/environment.conf b/hypr/environment.conf index 5f7ee76..c9a6760 100644 --- a/hypr/environment.conf +++ b/hypr/environment.conf @@ -8,8 +8,8 @@ env = XCURSOR_THEME, Adwaita env = XCURSOR_SIZE, 24 env = HYPRCURSOR_THEME, Adwaita env = HYPRCURSOR_SIZE, 24 -env = QT_QPA_PLATFORM, wayland;xcb -env = QT_QPA_PLATFORMTHEME, qt6ct;qt5ct +env = QT_QPA_PLATFORM, wayland +env = QT_QPA_PLATFORMTHEME, qt5ct env = QT_AUTO_SCREEN_SCALE_FACTOR, 1 env = XDG_CURRENT_DESKTOP, Hyprland env = ADW_DISABLE_PORTAL, 1 From 7f84bd19b7c31348baa05451ebe2a4b062f9088a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Wed, 20 Nov 2024 08:23:22 -0300 Subject: [PATCH 2/2] :lipstick: style: less shadow on windows --- hypr/decorations.conf | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/hypr/decorations.conf b/hypr/decorations.conf index 9be9922..c2e4a72 100644 --- a/hypr/decorations.conf +++ b/hypr/decorations.conf @@ -23,6 +23,10 @@ general { layout = dwindle } +misc { + animate_manual_resizes = false +} + decoration { rounding = 14 @@ -32,13 +36,14 @@ decoration { inactive_opacity = 0.95 drop_shadow = true - shadow_range = 4 - shadow_render_power = 3 + shadow_range = 3 + shadow_render_power = 5 col.shadow = $background blur { enabled = true - size = 6 + new_optimizations = true + size = 7 passes = 2 vibrancy = 0.9 }