aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorkj-sh6042024-10-03 07:19:21 -0400
committerkj-sh6042024-10-03 07:19:21 -0400
commit84f82823a2c339b61b3f28ccd5ea64b9a00d8b8f (patch)
treed7ec97c59efdaecdc64fe50f29425bb4da20e8b7 /.config/awesome/rc.lua
parent5ea357e7cd233b1be359fcfac6f01718dac4171a (diff)
refactor: smaller gaps, smaller frame width
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r--.config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
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 {