mirror of https://codeberg.org/anemofilia/zero
radio: files: river: Add emacs-related configuration
parent
3914ca410e
commit
6a27ff84b6
|
@ -24,6 +24,7 @@ for application in gammastep waybar fnott keepassxc; do
|
|||
spawn $application
|
||||
done
|
||||
|
||||
emacs --daemon &
|
||||
foot --server &
|
||||
wayneko --background-colour 0x606060 --layer overlay &
|
||||
|
||||
|
@ -158,6 +159,7 @@ riverctl map normal Super Return spawn "$TERMINAL"
|
|||
|
||||
# $EDITOR
|
||||
riverctl map normal Super e spawn "$TERMINAL -e $EDITOR"
|
||||
riverctl map normal Super+Shift e spawn "emacsclient -r"
|
||||
|
||||
# file manager
|
||||
riverctl map normal Super d spawn "$TERMINAL -e lf"
|
||||
|
|
Loading…
Reference in New Issue