refac(prog/xmonad): m-tab cycle between grid and tall
This commit is contained in:
parent
e1649998b5
commit
1a5b4934f6
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ myKeys conf = mkKeymap conf $
|
|||
|
||||
-- Rotate through the available layout algorithms
|
||||
, ("M-<Space>", cycleThroughLayouts ["Full", "Tall"])
|
||||
, ("M-<Tab>", sendMessage $ JumpToLayout "Grid")
|
||||
, ("M-<Tab>", cycleThroughLayouts ["Grid", "Tall"])
|
||||
|
||||
-- Reset the layouts on the current workspace to default
|
||||
, ("M-S-<Space>", setLayout $ XMonad.layoutHook conf)
|
||||
|
|
Loading…
Reference in a new issue