diff options
Diffstat (limited to 'home/wayland/modules/sway/home.nix')
-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"; |