diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2025-12-11 09:42:13 +0530 |
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2025-12-11 09:42:13 +0530 |
| commit | b825ecfb0646fca048f8456eecc793a007ab5a86 (patch) | |
| tree | 1bcb4955da77c4bf47a03c47f272d478e72f3876 /home/wayland/modules/sway/home.nix | |
| parent | 3dc8bee3cb3a472dcf8d3990a6623327ac75d985 (diff) | |
Revert "fix(home/wayland): assign slack to workspace 3"
This reverts commit 3271c8eefe4a22b618fff5439f74179fe038d19a.
Diffstat (limited to 'home/wayland/modules/sway/home.nix')
| -rw-r--r-- | home/wayland/modules/sway/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/wayland/modules/sway/home.nix b/home/wayland/modules/sway/home.nix index da31369..afd62f8 100644 --- a/home/wayland/modules/sway/home.nix +++ b/home/wayland/modules/sway/home.nix @@ -128,7 +128,7 @@ in assign = { "[app_id=foot]" = 1; "[app_id=firefox]" = 2; - "[class=Slack]" = 3; + "[app_id=Slack]" = 3; "[app_id=spotify]" = 8; "[app_id=Element]" = 9; |
