aboutsummaryrefslogtreecommitdiff
path: root/.config/qtile/workspaces.py
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2023-09-11 22:23:57 +0100
committerJustine Smithies <justine@smithies.me.uk>2023-09-11 22:23:57 +0100
commit12d92502d4641df45e4079e8e3dc468cbf4ae254 (patch)
treee7e195748af6fb8b63c813f0119c92c1e3730ab8 /.config/qtile/workspaces.py
parent7122465e3660104871f4ca20042b50a2631db9e7 (diff)
Added libreoffice-* to matches for workspace 7
Diffstat (limited to '.config/qtile/workspaces.py')
-rw-r--r--.config/qtile/workspaces.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/qtile/workspaces.py b/.config/qtile/workspaces.py
index 42e203f..efbb7e6 100644
--- a/.config/qtile/workspaces.py
+++ b/.config/qtile/workspaces.py
@@ -68,6 +68,13 @@ workspaces = [
"key": "7",
"matches": [
Match(wm_class='soffice'),
+ Match(wm_class='libreoffice-startcenter'),
+ Match(wm_class='libreoffice-writer'),
+ Match(wm_class='libreoffice-base'),
+ Match(wm_class='libreoffice-calc'),
+ Match(wm_class='libreoffice-draw'),
+ Match(wm_class='libreoffice-impress'),
+ Match(wm_class='libreoffice-math'),
],
"layout": "monadtall",
"spawn": [],