summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-09-09 12:33:24 +0530
committersinanmohd <sinan@sinanmohd.com>2025-09-09 12:33:26 +0530
commitca2abeed1f96d1b58a9b40c7402ebf8b94e6891d (patch)
tree436429e5588dd8937ffff53cba017fd698fd170d /home
parent35a14abe33db088d47770b9347b215ca487d0aa8 (diff)
chore(home/wayland): assign apps to workspaces
Diffstat (limited to 'home')
-rw-r--r--home/wayland/modules/sway/home.nix8
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";