mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -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
|
||||
|
@ -276,7 +279,7 @@ riverctl rule-add -app-id 'tutanota-desktop' tags $((1 << 8))
|
|||
# Initial tags: $((1 << ("WORKSPACE" - 1)))
|
||||
riverctl rule-add -app-id 'firefox' output 'DP-1'
|
||||
riverctl rule-add -app-id 'chromium' output 'DP-1'
|
||||
riverctl rule-add -app-id 'thunar' output 'DP-1'
|
||||
riverctl rule-add -app-id 'thunar' output 'DP-1'
|
||||
riverctl rule-add -app-id 'evince' output 'DP-1'
|
||||
riverctl rule-add -app-id 'libreoffice*' output 'DP-1'
|
||||
riverctl rule-add -app-id 'Alacritty' output 'DP-2'
|
||||
|
|
Loading…
Reference in a new issue