diff --git a/qtile/.config/qtile/Groups.py b/qtile/.config/qtile/Groups.py index 98043e5..2c7ec49 100644 --- a/qtile/.config/qtile/Groups.py +++ b/qtile/.config/qtile/Groups.py @@ -13,7 +13,8 @@ group_names = [("","Home", 'h',{'layout': 'monadtall'}), ("","Documents", 'l',{'layout': 'monadtall'}), ("ﭮ","Discord", 'd',{'layout': 'monadtall'}), ("","VM's", 'o',{'layout': 'monadtall'}), - ("","Gaming", 'g',{'layout': 'monadtall'})] + ("","Gaming", 'g',{'layout': 'monadtall'}), + ("","etc", 'x', {'layout': 'monadtall'})] groups = [Group(icon, **kwargs) for icon, name, key, kwargs in group_names]