Awesome: fix floating toggle
This commit is contained in:
@@ -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"}),
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user