Nicer windows spacing for hyprland

This commit is contained in:
2026-03-07 18:02:01 -05:00
parent da85946d6a
commit cd60b775f5
2 changed files with 5 additions and 5 deletions

View File

@@ -101,8 +101,8 @@ env = WLR_RENDERER_ALLOW_SOFTWARE,1
# https://wiki.hyprland.org/Configuring/Variables/#general # https://wiki.hyprland.org/Configuring/Variables/#general
general { general {
gaps_in = 4.5 gaps_in = 7.5
gaps_out = 9 gaps_out = 15
border_size = 2 border_size = 2

View File

@@ -4,11 +4,11 @@
// general settings // general settings
"position": "top", "position": "top",
"margin-top": 8, "margin-top": 15,
"margin-bottom": 0, "margin-bottom": 0,
"layer": "top", "layer": "top",
"margin-left": 8, "margin-left": 15,
"margin-right": 8, "margin-right": 15,
"spacing": 10, "spacing": 10,
"fixed-center": true, "fixed-center": true,
"exclusive": true, "exclusive": true,