diff options
Diffstat (limited to '.config/awesome/rc.lua')
| -rw-r--r-- | .config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 45de6d1..c789d0a 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 = 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 |
