mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
sway: input: add natural scrolling for touchpads and remove keyboard section from * to type:keyboard
This commit is contained in:
parent
a9b583b97a
commit
479b64be62
|
@ -10,10 +10,15 @@ set $filemgr nemo
|
||||||
|
|
||||||
output * bg #181924 solid_color
|
output * bg #181924 solid_color
|
||||||
|
|
||||||
input * {
|
input type:keyboard {
|
||||||
xkb_layout us,ru
|
xkb_layout us,ru
|
||||||
xkb_options grp:win_space_toggle
|
xkb_options grp:win_space_toggle
|
||||||
xkb_variant "mac,mac"
|
xkb_variant "mac,mac"
|
||||||
|
}
|
||||||
|
|
||||||
|
input type:touchpad {
|
||||||
|
tap enabled
|
||||||
|
natural_scroll enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
bar swaybar_command waybar
|
bar swaybar_command waybar
|
||||||
|
|
Loading…
Reference in a new issue