From 3447e172a76bb890254845012ff30775bd5a8713 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 12 Oct 2023 21:37:05 +0100 Subject: Added keyboard layout toggle --- .config/river/init | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/river') diff --git a/.config/river/init b/.config/river/init index 6997f1b..c5bf5d0 100755 --- a/.config/river/init +++ b/.config/river/init @@ -16,6 +16,9 @@ riverctl attach-mode bottom riverctl hide-cursor timeout 5000 riverctl hide-cursor when-typing enabled +# Setup keyboard +riverctl keyboard-layout -options "grp:ctrl_space_toggle" "us,gb" + # Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc. # Super+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot) -- cgit v1.2.3