aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc-4.3-3.lua
diff options
context:
space:
mode:
authorkj-sh6042024-10-03 07:37:09 -0400
committerkj-sh6042024-10-03 07:37:09 -0400
commitb9fe5f53cdf2e0b89ca518f0586d9e82ba67fb1f (patch)
tree24b4cfd55e7dc0c45e404859eea7d20096e116cd /.config/awesome/rc-4.3-3.lua
parent84f82823a2c339b61b3f28ccd5ea64b9a00d8b8f (diff)
refactor: `selected_tag.gap = 2`
Diffstat (limited to '.config/awesome/rc-4.3-3.lua')
-rw-r--r--.config/awesome/rc-4.3-3.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/rc-4.3-3.lua b/.config/awesome/rc-4.3-3.lua
index bc08e0b..c6caf2d 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 = 5 end,
+ awful.key({ modkey }, "backslash", function() awful.screen.focused().selected_tag.gap = 2 end,
{ description = "reset client gaps", group = "client" }),
-- launch choose-xrandr-gui