hyprland: widen outer gaps on framed sides to match inter-window spacing

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-06-11 20:20:29 +01:00
parent a5feef766d
commit 21db9825d5

View file

@ -87,7 +87,11 @@ in
config = {
general = {
gaps_in = 6;
gaps_out = 12;
# 6px of the outer gap is occupied by the quickshell screen
# frame (Theme.frameWidth) — 18 on framed sides keeps the
# visible frame↔window gap equal to the inter-window gap (12).
# Top stays 12: the bar reserves its own space.
gaps_out = { top = 12; right = 18; bottom = 18; left = 18; };
border_size = 2;
layout = "dwindle";
resize_on_border = true;