mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
Fixing broken workspaces.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[geometry]
|
[geometry]
|
||||||
posx=16
|
posx=3856
|
||||||
posy=40
|
posy=40
|
||||||
sizex=1884
|
sizex=1884
|
||||||
sizey=1020
|
sizey=1020
|
||||||
|
|||||||
@@ -310,15 +310,16 @@ keys = [
|
|||||||
Groups are really workspaces.
|
Groups are really workspaces.
|
||||||
|
|
||||||
#+BEGIN_SRC python
|
#+BEGIN_SRC python
|
||||||
groups = [Group("WWW", {'layout': 'monadtall'}),
|
groups = [Group("DEV", layout='monadtall'),
|
||||||
Group("DEV", {'layout': 'monadtall'}),
|
Group("WWW", layout='monadtall'),
|
||||||
Group("SYS", {'layout': 'monadtall'}),
|
Group("SYS", layout='monadtall'),
|
||||||
Group("DOC", {'layout': 'monadtall'}),
|
Group("SYS", layout='monadtall'),
|
||||||
Group("VBOX", {'layout': 'monadtall'}),
|
Group("DOC", layout='monadtall'),
|
||||||
Group("CHAT", {'layout': 'monadtall'}),
|
Group("VBOX", layout='monadtall'),
|
||||||
Group("MUS", {'layout': 'monadtall'}),
|
Group("CHAT", layout='monadtall'),
|
||||||
Group("VID", {'layout': 'monadtall'}),
|
Group("MUS", layout='monadtall'),
|
||||||
Group("GFX", {'layout': 'floating'})]
|
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
|
# 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]
|
# MOD4 + index Number : Switch to Group[index]
|
||||||
|
|||||||
@@ -215,15 +215,16 @@ keys = [
|
|||||||
])
|
])
|
||||||
]
|
]
|
||||||
|
|
||||||
groups = [Group("WWW", {'layout': 'monadtall'}),
|
groups = [Group("DEV", layout='monadtall'),
|
||||||
Group("DEV", {'layout': 'monadtall'}),
|
Group("WWW", layout='monadtall'),
|
||||||
Group("SYS", {'layout': 'monadtall'}),
|
Group("SYS", layout='monadtall'),
|
||||||
Group("DOC", {'layout': 'monadtall'}),
|
Group("SYS", layout='monadtall'),
|
||||||
Group("VBOX", {'layout': 'monadtall'}),
|
Group("DOC", layout='monadtall'),
|
||||||
Group("CHAT", {'layout': 'monadtall'}),
|
Group("VBOX", layout='monadtall'),
|
||||||
Group("MUS", {'layout': 'monadtall'}),
|
Group("CHAT", layout='monadtall'),
|
||||||
Group("VID", {'layout': 'monadtall'}),
|
Group("MUS", layout='monadtall'),
|
||||||
Group("GFX", {'layout': 'floating'})]
|
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
|
# 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]
|
# MOD4 + index Number : Switch to Group[index]
|
||||||
|
|||||||
Reference in New Issue
Block a user