Update .config/qtile/colors.py
Update .config/qtile/config.py Add .config/qtile/config_test_new.py Update .config/qtile/groups.py Update .config/qtile/keys.py Update .config/qtile/layouts.py
This commit is contained in:
parent
63872c9051
commit
869b78936c
6 changed files with 224 additions and 26 deletions
|
@ -1,15 +1,15 @@
|
|||
from libqtile.config import Group, ScratchPad, DropDown
|
||||
|
||||
group_names = [
|
||||
("WWW", {'layout': 'treetab', 'label': ''}),
|
||||
("DEV", {'layout': 'monadtall', 'label': ''}),
|
||||
("SYS", {'layout': 'treetab', 'label': ''}),
|
||||
("VMS", {'layout': 'monadtall', 'label': ''}),
|
||||
("DOC", {'layout': 'monadtall', 'label': ''}),
|
||||
("IRC", {'layout': 'monadtall', 'label': ''}),
|
||||
("MUS", {'layout': 'monadtall', 'label': ''}),
|
||||
("VID", {'layout': 'monadtall', 'label': ''}),
|
||||
("GFX", {'layout': 'floating', 'label': ''})
|
||||
("WWW", {'layout': 'treetab', 'label': ''}),
|
||||
("DEV", {'layout': 'monadtall', 'label': ''}),
|
||||
("SYS", {'layout': 'treetab', 'label': ''}),
|
||||
("VMS", {'layout': 'monadtall', 'label': ''}),
|
||||
("DOC", {'layout': 'monadtall', 'label': ''}),
|
||||
("IRC", {'layout': 'monadtall', 'label': ''}),
|
||||
("MUS", {'layout': 'monadtall', 'label': ''}),
|
||||
("VID", {'layout': 'monadtall', 'label': ''}),
|
||||
("GFX", {'layout': 'floating', 'label': ''})
|
||||
]
|
||||
|
||||
terminals = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue