18 lines
480 B
Plaintext
18 lines
480 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
|
|
}
|
|
|