19 lines
585 B
Plaintext
19 lines
585 B
Plaintext
# Input configuration
|
|
## Default to swedish qwerty
|
|
input * {
|
|
xkb_layout "se"
|
|
}
|
|
## Bind backspace to capslock
|
|
input "*" xkb_options caps:backspace
|
|
## Set colemak layout on surface laptop
|
|
input 1118:2478:Microsoft_Surface_045E:09AE_Keyboard xkb_layout colemak-se
|
|
## Set colemak layout on printer desktop
|
|
input 9494:26:CM_Storm_Keyboard_--_QuickFire_XT xkb_layout colemak-se
|
|
## Remove pointer acceleration
|
|
input "type:pointer" {
|
|
accel_profile "flat"
|
|
pointer_accel 0
|
|
}
|
|
## Dont do this since my non-laptop keyboard have hardware colemak layout
|
|
#input "*" xkb_layout colemak-se
|