From 924402904e8fcae8661971c3849e0c8596e27d8e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 26 Feb 2022 20:07:40 -0800 Subject: sway: assign applications to workspaces --- users/fcuny/desktop/wm/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'users/fcuny/desktop/wm') diff --git a/users/fcuny/desktop/wm/default.nix b/users/fcuny/desktop/wm/default.nix index 051b88b..56ab617 100644 --- a/users/fcuny/desktop/wm/default.nix +++ b/users/fcuny/desktop/wm/default.nix @@ -76,6 +76,11 @@ "xkb_options" = "ctrl:nocaps,grp:shift_caps_toggle"; }; }; + assigns = { + "1" = [{ app_id = "emacs"; }]; + "2" = [{ app_id = "Alacritty"; }]; + "3" = [{ app_id = "firefox"; }]; + }; output = { "*" = { scale = "1.5"; -- cgit 1.4.1