xmonad: fix layout name

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-14 12:49:36 +03:00
parent 62dc7077d4
commit f04cae86eb
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -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),