Update awesome keybinds, conky details
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user