From 84f82823a2c339b61b3f28ccd5ea64b9a00d8b8f Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Thu, 3 Oct 2024 07:19:21 -0400 Subject: refactor: smaller gaps, smaller frame width --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/awesome/rc.lua') diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index f157594..45de6d1 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -820,7 +820,7 @@ client.connect_signal("mouse::enter", function(c) end) -- gaps -beautiful.useless_gap = 5 +beautiful.useless_gap = 2 -- run garbage collector regularly to prevent memory leaks gears.timer { -- cgit v1.2.3