Add a second "misc" window group
This commit is contained in:
parent
8f3e16f21e
commit
084d9cf04b
1 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,8 @@ class ConfigWrapper:
|
|||
('remote', {'layout': 'max'}),
|
||||
('email', {'layout': 'max'}),
|
||||
('media', {'layout': 'xmonad-tall'}),
|
||||
('misc', {'layout': 'floating'}),
|
||||
('misc 1', {'layout': 'floating'}),
|
||||
('misc 2', {'layout': 'floating'}),
|
||||
]
|
||||
for i, group in enumerate(groups):
|
||||
name, opts = group
|
||||
|
|
Loading…
Reference in a new issue