xmonad: fix layout name
This commit is contained in:
parent
62dc7077d4
commit
f04cae86eb
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ myKeys conf =
|
|||
layout_kb =
|
||||
[ -- Rotate through the available layout algorithms
|
||||
-- ("M-<Space>", sendMessage NextLayout),
|
||||
("M-<Space>", cycleThroughLayouts ["Full", "Mirror Spacing Tall"]),
|
||||
("M-<Space>", cycleThroughLayouts ["Full", "Mirror Tall"]),
|
||||
("M-<Tab>", cycleThroughLayouts ["Tall", "Mirror Tall"]),
|
||||
-- Reset the layouts on the current workspace to default
|
||||
("M-S-<Space>", setLayout $ XMonad.layoutHook conf),
|
||||
|
|
Loading…
Reference in a new issue