fix #9
This commit is contained in:
@@ -48,14 +48,6 @@ return gears.table.join(
|
|||||||
end,
|
end,
|
||||||
{ description = "Focus previous client by index", group = "Client" }
|
{ description = "Focus previous client by index", group = "Client" }
|
||||||
),
|
),
|
||||||
awful.key(
|
|
||||||
{ modkey },
|
|
||||||
"#25",
|
|
||||||
function()
|
|
||||||
user_vars.main_menu:show()
|
|
||||||
end,
|
|
||||||
{ description = "Show context menu", group = "Awesome" }
|
|
||||||
),
|
|
||||||
awful.key(
|
awful.key(
|
||||||
{ modkey, "Shift" },
|
{ modkey, "Shift" },
|
||||||
"#44",
|
"#44",
|
||||||
|
|||||||
Reference in New Issue
Block a user