From 917bd90c318e9f9860660b24e71dc1b6f2b894dd Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Thu, 10 Oct 2024 20:08:52 -0400 Subject: refactor: disable `beautiful.useless.gaps` entirely also adjust dunst notificaiton offset to match new awesomeWM config --- .config/awesome/rc.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.config/awesome/rc.lua') diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index c789d0a..dc34cac 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -460,7 +460,7 @@ awful.keyboard.append_global_keybindings({ { description = "increase client gaps", group = "client" }), awful.key({ modkey }, ";", function() awful.tag.incgap(-2) end, { description = "decrease client gaps", group = "client" }), - awful.key({ modkey }, "backslash", function() awful.screen.focused().selected_tag.gap = 2 end, + awful.key({ modkey }, "backslash", function() awful.screen.focused().selected_tag.gap = 0 end, { description = "reset client gaps", group = "client" }), -- launch choose-xrandr-gui @@ -819,9 +819,6 @@ client.connect_signal("mouse::enter", function(c) c:activate { context = "mouse_enter", raise = false } end) --- gaps -beautiful.useless_gap = 2 - -- run garbage collector regularly to prevent memory leaks gears.timer { timeout = 30, -- cgit v1.2.3