mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-22 08:05:07 +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
1 changed files with 9 additions and 4 deletions
|
@ -10,12 +10,17 @@ 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
|
||||||
xwayland enable
|
xwayland enable
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue