about summary refs log tree commit diff
path: root/users/fcuny/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/desktop')
-rw-r--r--users/fcuny/desktop/wm/default.nix5
1 files changed, 5 insertions, 0 deletions
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";