From c3af2f43630c1f3f5e357b984a4b3094518e5ece Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Sat, 14 Sep 2024 10:54:11 -0400 Subject: [PATCH] river: add keybind for emacs, switch kitty keybind to alacritty --- dot_config/river/executable_init.tmpl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dot_config/river/executable_init.tmpl b/dot_config/river/executable_init.tmpl index 5f7476d..f327a5b 100644 --- a/dot_config/river/executable_init.tmpl +++ b/dot_config/river/executable_init.tmpl @@ -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'