diff options
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/desktop/wm/default.nix | 5 |
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"; |