diff options
| author | kj-sh604 | 2024-10-10 20:08:52 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-10-10 20:08:52 -0400 |
| commit | 917bd90c318e9f9860660b24e71dc1b6f2b894dd (patch) | |
| tree | 7f610ea49704d5e845c2ea8d4e4fabde3dc3e5c4 /.config/awesome/rc-4.3-3.lua | |
| parent | 1b31f2e04e371996909a1b60c52d2b24a409edc7 (diff) | |
refactor: disable `beautiful.useless.gaps` entirely
also adjust dunst notificaiton offset to match new awesomeWM config
Diffstat (limited to '.config/awesome/rc-4.3-3.lua')
| -rw-r--r-- | .config/awesome/rc-4.3-3.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.config/awesome/rc-4.3-3.lua b/.config/awesome/rc-4.3-3.lua index c6caf2d..f8f6016 100644 --- a/.config/awesome/rc-4.3-3.lua +++ b/.config/awesome/rc-4.3-3.lua @@ -473,7 +473,7 @@ globalkeys = gears.table.join( { 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 @@ -810,9 +810,6 @@ client.connect_signal("focus", function(c) c.border_color = beautiful.border_foc client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end) -- }}} --- gaps -beautiful.useless_gap = 2 - -- run garbage collector regularly to prevent memory leaks gears.timer { timeout = 30, |
