From d985da900e603315c7537918ae9195e9cf6df2ad Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Sun, 20 Aug 2023 19:30:01 +0400 Subject: [PATCH] Set Alacritty as default terminal emulator --- etc/skel/.config/river/keybindings.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/skel/.config/river/keybindings.sh b/etc/skel/.config/river/keybindings.sh index 87b8393..2a70c0f 100755 --- a/etc/skel/.config/river/keybindings.sh +++ b/etc/skel/.config/river/keybindings.sh @@ -3,8 +3,8 @@ # Use the "logo" key as the primary modifier mod="Mod4" -# Super+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot) -riverctl map normal Super+Shift Return spawn foot +# Super+Shift+Return to start an instance of Alacritty +riverctl map normal Super+Shift Return spawn alacritty # Super+Q to close the focused view riverctl map normal Super Q close