Update awesome keybinds, conky details

This commit is contained in:
2021-12-30 16:08:37 +02:00
parent 2b8bd4a0ff
commit ef5459d83b
3 changed files with 16 additions and 54 deletions

View File

@@ -63,16 +63,16 @@ clientkeys =
end,
{description = "toggle sticky", group = "client"}
),
--awful.key(
-- {modkey},
-- "n",
-- function(c)
-- -- The client currently has the input focus, so it cannot be
-- -- minimized, since minimized clients can't have the focus.
-- c.minimized = true
-- end,
-- {description = "minimize", group = "client"}
--),
awful.key(
{modkey},
"n",
function(c)
-- The client currently has the input focus, so it cannot be
-- minimized, since minimized clients can't have the focus.
c.minimized = true
end,
{description = "minimize", group = "client"}
),
awful.key(
{modkey},
"m",
@@ -82,15 +82,6 @@ clientkeys =
end,
{description = "(un)maximize", group = "client"}
),
awful.key(
{modkey, "Control"},
"m",
function(c)
c.maximized_vertical = not c.maximized_vertical
c:raise()
end,
{description = "(un)maximize vertically", group = "client"}
),
awful.key(
{modkey, "Shift"},
"m",