From ca2abeed1f96d1b58a9b40c7402ebf8b94e6891d Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 9 Sep 2025 12:33:24 +0530 Subject: chore(home/wayland): assign apps to workspaces --- home/wayland/modules/sway/home.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'home') 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"; -- cgit v1.2.3