diff options
-rw-r--r-- | .config/qtile/workspaces.py | 7 |
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": [], |