feat(emacs): keybind to spawn emacs

This commit is contained in:
Khaïs COLIN 2024-11-03 13:13:03 +01:00
parent a48ad48523
commit 4e4c794bb4

View file

@ -37,6 +37,7 @@ in {
"Super Return" = "spawn kitty"; "Super Return" = "spawn kitty";
# frequent programs # frequent programs
"Super Q" = "spawn firefox"; "Super Q" = "spawn firefox";
"Super A" = "spawn emacs";
"Super D" = "spawn discord"; "Super D" = "spawn discord";
"Super G" = "spawn dolphin"; "Super G" = "spawn dolphin";
# program launcher # program launcher