Update
This commit is contained in:
13
config/sway/inputs/default-keyboard
Normal file
13
config/sway/inputs/default-keyboard
Normal file
@@ -0,0 +1,13 @@
|
||||
### Input configuration
|
||||
#
|
||||
# Example configuration:
|
||||
|
||||
# input type:keyboard {
|
||||
# xkb_layout "eu"
|
||||
# }
|
||||
|
||||
input type:keyboard {
|
||||
xkb_layout "us,ru"
|
||||
xkb_variant "colemak,winkeys"
|
||||
xkb_options "grp:shifts_toggle,grp_led:caps"
|
||||
}
|
||||
12
config/sway/inputs/default-touchpad
Normal file
12
config/sway/inputs/default-touchpad
Normal file
@@ -0,0 +1,12 @@
|
||||
### Input configuration
|
||||
#
|
||||
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
||||
# Read `man 5 sway-input` for more information about this section.
|
||||
|
||||
input type:touchpad {
|
||||
dwt enabled
|
||||
tap enabled
|
||||
natural_scroll false
|
||||
middle_emulation enabled
|
||||
pointer_accel 0.5
|
||||
}
|
||||
Reference in New Issue
Block a user