From fa955bfa9d2c94339f452e4c56cb5bbfc5e1718e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 18 Aug 2026 22:33:53 +0200 Subject: [PATCH] Better without gaps --- default/hypr/qconsole.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/hypr/qconsole.lua b/default/hypr/qconsole.lua index ea7d4b0c..d3a36ae6 100644 --- a/default/hypr/qconsole.lua +++ b/default/hypr/qconsole.lua @@ -37,7 +37,7 @@ local function cover(bottom) hl.workspace_rule({ workspace = "special:scratchpad", - gaps_in = 10, + gaps_in = 0, gaps_out = { top = 0, right = 0, bottom = bottom, left = 0 }, -- Nothing to highlight in a console that is only ever focused when it is