From 12d92502d4641df45e4079e8e3dc468cbf4ae254 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 11 Sep 2023 22:23:57 +0100 Subject: Added libreoffice-* to matches for workspace 7 --- .config/qtile/workspaces.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.config/qtile') 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": [], -- cgit v1.2.3