From 59aaaafaeba90ba8ad6ec1ae59b35cc6d7fd9ebb Mon Sep 17 00:00:00 2001 From: Franek Date: Mon, 19 May 2025 10:11:34 +0200 Subject: [PATCH] chore: remove window margin on hyprland for better consistency with ags --- hypr/config/misc.conf | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/hypr/config/misc.conf b/hypr/config/misc.conf index 5caa473..4d512e0 100644 --- a/hypr/config/misc.conf +++ b/hypr/config/misc.conf @@ -1,19 +1,17 @@ general { gaps_in = 5 - gaps_out = 5 + gaps_out = 0 layout = master } decoration { - rounding = 10 - active_opacity = 1.0 inactive_opacity = 0.8 shadow { - enabled = false - } + enabled = false + } blur { enabled = false @@ -23,11 +21,11 @@ decoration { gestures { workspace_swipe = true workspace_swipe_fingers = 3 - workspace_swipe_create_new = true + workspace_swipe_create_new = true } misc { - vfr = true + vfr = true allow_session_lock_restore = true force_default_wallpaper = 0 disable_hyprland_logo = true