Add shortcut to launch emacs directly
All checks were successful
Cachix / build (elendel) (push) Successful in 2m23s
Cachix / build (kholinar) (push) Successful in 6m45s
Cachix / build (marabethia) (push) Successful in 6m26s

This commit is contained in:
Charlotte Van Petegem 2025-07-07 20:41:31 +02:00
parent 12d4832ff1
commit b69566cf0d
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E

View file

@ -53,6 +53,7 @@ let
};
river-init = pkgs.writeShellScript "river-init" ''
riverctl map normal Super Return spawn foot
riverctl map normal Super+Shift Return spawn emacs
riverctl map normal Super D spawn 'foot --app-id launcher -- zsh -ic ${launcher}/bin/launcher'
riverctl map normal None Menu spawn 'foot --app-id launcher -- zsh -ic ${launcher}/bin/launcher'