diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 3fcacb7..4610c3f 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -378,7 +378,7 @@ clientkeys = gears.table.join( {description = "toggle fullscreen", group = "client"}), awful.key({ modkey, }, "q", function (c) c:kill() end, {description = "close", group = "client"}), - awful.key({ modkey, "Control" }, "Space", awful.client.floating.toggle , + awful.key({ modkey, "Control" }, "space", awful.client.floating.toggle , {description = "toggle floating", group = "client"}), awful.key({ modkey, "Control" }, "Return", function (c) c:swap(awful.client.getmaster()) end, {description = "move to master", group = "client"}), diff --git a/.config/awesome/themes/srcery.lua b/.config/awesome/themes/srcery.lua index c81ef79..f78f115 100644 --- a/.config/awesome/themes/srcery.lua +++ b/.config/awesome/themes/srcery.lua @@ -43,7 +43,7 @@ theme.fg_focus = srcery_colors.blue theme.fg_urgent = srcery_colors.magenta theme.fg_minimize = srcery_colors.white -theme.useless_gap = dpi(0) +theme.useless_gap = dpi(2) theme.border_width = dpi(2) theme.border_normal = srcery_colors.brightblack theme.border_focus = srcery_colors.white