mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-20 10:44:38 +10:00
Fixing broken workspaces.
This commit is contained in:
@@ -215,15 +215,16 @@ keys = [
|
||||
])
|
||||
]
|
||||
|
||||
groups = [Group("WWW", {'layout': 'monadtall'}),
|
||||
Group("DEV", {'layout': 'monadtall'}),
|
||||
Group("SYS", {'layout': 'monadtall'}),
|
||||
Group("DOC", {'layout': 'monadtall'}),
|
||||
Group("VBOX", {'layout': 'monadtall'}),
|
||||
Group("CHAT", {'layout': 'monadtall'}),
|
||||
Group("MUS", {'layout': 'monadtall'}),
|
||||
Group("VID", {'layout': 'monadtall'}),
|
||||
Group("GFX", {'layout': 'floating'})]
|
||||
groups = [Group("DEV", layout='monadtall'),
|
||||
Group("WWW", layout='monadtall'),
|
||||
Group("SYS", layout='monadtall'),
|
||||
Group("SYS", layout='monadtall'),
|
||||
Group("DOC", layout='monadtall'),
|
||||
Group("VBOX", layout='monadtall'),
|
||||
Group("CHAT", layout='monadtall'),
|
||||
Group("MUS", layout='monadtall'),
|
||||
Group("VID", layout='monadtall'),
|
||||
Group("GFX", layout='floating')]
|
||||
|
||||
# Allow MODKEY+[0 through 9] to bind to groups, see https://docs.qtile.org/en/stable/manual/config/groups.html
|
||||
# MOD4 + index Number : Switch to Group[index]
|
||||
|
||||
Reference in New Issue
Block a user