Broke up sway config into multiple files
This commit is contained in:
17
.config/sway/input
Normal file
17
.config/sway/input
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user