diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-10-12 21:37:05 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-10-12 21:37:05 +0100 |
commit | 3447e172a76bb890254845012ff30775bd5a8713 (patch) | |
tree | 8e8223325a7256ecc4f462ccc9644b189724369d /.config/river | |
parent | 1715899b052ed0d4eaa33f09bddec686dd4033a9 (diff) |
Added keyboard layout toggle
Diffstat (limited to '.config/river')
-rwxr-xr-x | .config/river/init | 3 |
1 files changed, 3 insertions, 0 deletions
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) |