radio: files: river: Add emacs-related configuration

impermanence
Luis Guilherme Coelho 2024-07-31 21:55:45 -03:00
parent 3914ca410e
commit 6a27ff84b6
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ for application in gammastep waybar fnott keepassxc; do
spawn $application spawn $application
done done
emacs --daemon &
foot --server & foot --server &
wayneko --background-colour 0x606060 --layer overlay & wayneko --background-colour 0x606060 --layer overlay &
@ -158,6 +159,7 @@ riverctl map normal Super Return spawn "$TERMINAL"
# $EDITOR # $EDITOR
riverctl map normal Super e spawn "$TERMINAL -e $EDITOR" riverctl map normal Super e spawn "$TERMINAL -e $EDITOR"
riverctl map normal Super+Shift e spawn "emacsclient -r"
# file manager # file manager
riverctl map normal Super d spawn "$TERMINAL -e lf" riverctl map normal Super d spawn "$TERMINAL -e lf"