2021-01-13 08:10:31 +01:00
|
|
|
# Keyboard configuration
|
|
|
|
input type:keyboard {
|
|
|
|
xkb_layout us,bs
|
2023-07-07 14:24:37 +02:00
|
|
|
xkb_options grp:alt_space_toggle,ctrl:nocaps
|
2021-01-13 08:10:31 +01:00
|
|
|
|
2023-07-07 14:24:37 +02:00
|
|
|
repeat_delay 400
|
|
|
|
repeat_rate 25
|
2021-01-13 08:10:31 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
# Ensures waybar is updated when language is switched
|
|
|
|
bindsym $alt+space exec "pkill --signal SIGRTMIN+1 waybar"
|