chore: remove window margin on hyprland for better consistency with ags

This commit is contained in:
Franek 2025-05-19 10:11:34 +02:00
parent 1804876a3c
commit 59aaaafaeb

View File

@ -1,19 +1,17 @@
general { general {
gaps_in = 5 gaps_in = 5
gaps_out = 5 gaps_out = 0
layout = master layout = master
} }
decoration { decoration {
rounding = 10
active_opacity = 1.0 active_opacity = 1.0
inactive_opacity = 0.8 inactive_opacity = 0.8
shadow { shadow {
enabled = false enabled = false
} }
blur { blur {
enabled = false enabled = false
@ -23,11 +21,11 @@ decoration {
gestures { gestures {
workspace_swipe = true workspace_swipe = true
workspace_swipe_fingers = 3 workspace_swipe_fingers = 3
workspace_swipe_create_new = true workspace_swipe_create_new = true
} }
misc { misc {
vfr = true vfr = true
allow_session_lock_restore = true allow_session_lock_restore = true
force_default_wallpaper = 0 force_default_wallpaper = 0
disable_hyprland_logo = true disable_hyprland_logo = true