diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-09-09 12:33:24 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-09-09 12:33:26 +0530 |
commit | ca2abeed1f96d1b58a9b40c7402ebf8b94e6891d (patch) | |
tree | 436429e5588dd8937ffff53cba017fd698fd170d /home/wayland/modules | |
parent | 35a14abe33db088d47770b9347b215ca487d0aa8 (diff) |
chore(home/wayland): assign apps to workspaces
Diffstat (limited to 'home/wayland/modules')
-rw-r--r-- | home/wayland/modules/sway/home.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/home/wayland/modules/sway/home.nix b/home/wayland/modules/sway/home.nix index 4049886..7cd80d0 100644 --- a/home/wayland/modules/sway/home.nix +++ b/home/wayland/modules/sway/home.nix @@ -124,6 +124,14 @@ in config = null; settings = { + assign = { + "[app_id=foot]" = 1; + "[app_id=firefox]" = 2; + "[app_id=Slack]" = 3; + + "[app_id=spotify]" = 8; + "[app_id=Element]" = 9; + }; bar = { inherit font; position = "top"; |