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