From 358be61d149ca6f23dea510101e6b373b93c265f Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Thu, 16 Jan 2025 20:42:08 -0600 Subject: [PATCH] niri: add struts to see if there are windows offscreen --- templates/.config/niri/config.kdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/.config/niri/config.kdl b/templates/.config/niri/config.kdl index 7d8ece5..0a86afa 100644 --- a/templates/.config/niri/config.kdl +++ b/templates/.config/niri/config.kdl @@ -175,8 +175,8 @@ layout { // Top and bottom struts will simply add outer gaps in addition to the area occupied by // layer-shell panels and regular gaps. struts { - // left 64 - // right 64 + left 32 + right 32 // top 64 // bottom 64 }