compositors: avoid alt_space as well

This commit is contained in:
Hoang Nguyen 2021-02-17 22:43:58 +03:00
parent 2d04918742
commit 5f33b6ef9a
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
4 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ inputs {
"*" = {
xkb = {
layout = "us,jp"
options = "grp:alt_space_toggle"
options = "grp:rshift_toggle"
}
repeat-rate = 25
repeat-delay = 600

View File

@ -67,7 +67,7 @@ input type:touchpad {
input type:keyboard {
xkb_layout us,jp
xkb_options grp:alt_space_toggle
xkb_options grp:rshift_toggle
}
input * xkb_numlock enable

View File

@ -2,7 +2,7 @@
[input]
xkb_layout = us,jp
xkb_options = grp:alt_space_toggle
xkb_options = grp:rshift_toggle
kb_numlock_default_state = true
cursor_theme = Breeze_Snow
cursor_size = 24

View File

@ -28,7 +28,7 @@ export PATH=$HOME/.local/bin/Wayland:$PATH
if [ "$1" = "river" ]
then
export XKB_DEFAULT_LAYOUT="us,jp"
export XKB_DEFAULT_OPTIONS="grp:alt_space_toggle"
export XKB_DEFAULT_OPTIONS="grp:rshift_toggle"
fi
export XDG_CURRENT_DESKTOP=$1