dotfiles/symlinks/config/sway/conf.d/40_keyboard

12 lines
272 B
Plaintext
Raw Normal View History

# 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
2023-07-07 12:24:37 +00:00
repeat_delay 400
repeat_rate 25
}
# Ensures waybar is updated when language is switched
bindsym $alt+space exec "pkill --signal SIGRTMIN+1 waybar"