From 4e4c794bb4a2024300735283dea0346219f63992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Sun, 3 Nov 2024 13:13:03 +0100 Subject: [PATCH] feat(emacs): keybind to spawn emacs --- wm/river.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/wm/river.nix b/wm/river.nix index b732468..2ecdff2 100644 --- a/wm/river.nix +++ b/wm/river.nix @@ -37,6 +37,7 @@ in { "Super Return" = "spawn kitty"; # frequent programs "Super Q" = "spawn firefox"; + "Super A" = "spawn emacs"; "Super D" = "spawn discord"; "Super G" = "spawn dolphin"; # program launcher