mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-24 16:28:22 -05:00
compositors: avoid alt_space as well
This commit is contained in:
parent
2d04918742
commit
5f33b6ef9a
@ -57,7 +57,7 @@ inputs {
|
||||
"*" = {
|
||||
xkb = {
|
||||
layout = "us,jp"
|
||||
options = "grp:alt_space_toggle"
|
||||
options = "grp:rshift_toggle"
|
||||
}
|
||||
repeat-rate = 25
|
||||
repeat-delay = 600
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user