mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 01:43:10 -05:00
river: add keybind for emacs, switch kitty keybind to alacritty
This commit is contained in:
parent
09617e0d62
commit
c3af2f4363
1 changed files with 5 additions and 2 deletions
|
@ -5,8 +5,11 @@
|
|||
#trap 'exec 2>&4 1>&3' 0 1 2 3
|
||||
#exec 1>"${XDG_STATE_HOME}"/river.log 2>&1
|
||||
|
||||
#Start Emacs
|
||||
riverctl map normal Super E spawn emacs
|
||||
|
||||
# Start kitty
|
||||
riverctl map normal Super Return spawn kitty
|
||||
riverctl map normal Super Return spawn alacritty
|
||||
|
||||
# Start fuzzel
|
||||
riverctl map normal Super Space spawn fuzzel
|
||||
|
|
Loading…
Reference in a new issue