Awesome: fix floating toggle

This commit is contained in:
Robert Kmieć
2023-07-24 10:56:09 +02:00
parent d933a42841
commit a1e245f38c
2 changed files with 2 additions and 2 deletions

View File

@@ -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"}),

View File

@@ -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