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

12 lines
263 B
Plaintext

# Keyboard configuration
input type:keyboard {
xkb_layout us,bs
xkb_options grp:alt_space_toggle,ctrl:nocaps
repeat_delay 400
repeat_rate 25
}
# Ensures waybar is updated when language is switched
bindsym $alt+space exec "pkill --signal SIGRTMIN+1 waybar"