diff options
Diffstat (limited to 'window-switcher')
| -rw-r--r-- | window-switcher/Windows.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/window-switcher/Windows.qml b/window-switcher/Windows.qml index fb582ad..ec86ee5 100644 --- a/window-switcher/Windows.qml +++ b/window-switcher/Windows.qml @@ -73,12 +73,12 @@ Singleton { // has no icon and the card falls back to its number. readonly property var workspaceIcons: ({ 1: "web-browser", - 2: "utilities-terminal", - 3: "text-editor", + 2: "text-editor", + 3: "utilities-terminal", 4: "network-server", 5: "document-edit", 6: "applications-graphics", - 7: "internet-chat", + 7: "dialog-messages", 8: "input-gaming", }) |
