Cleaned up layoutmanager code
This commit is contained in:
@ -61,7 +61,7 @@ return gears.table.join(
|
||||
|
||||
awful.key( {"Mod4"}, "l",
|
||||
function ()
|
||||
layoutmanager:next()
|
||||
awful.screen.focused().layoutmanager:next()
|
||||
end,
|
||||
{
|
||||
description = "select layouts",
|
||||
@ -71,7 +71,7 @@ return gears.table.join(
|
||||
|
||||
awful.key( {"Mod4"}, "k",
|
||||
function ()
|
||||
layoutmanager:next_alt()
|
||||
awful.screen.focused().layoutmanager:next_alt()
|
||||
end,
|
||||
{
|
||||
description = "cycle alt layouts",
|
||||
|
Reference in New Issue
Block a user