mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-21 23:55: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,10 +10,15 @@ set $filemgr nemo
|
|||
|
||||
output * bg #181924 solid_color
|
||||
|
||||
input * {
|
||||
xkb_layout us,ru
|
||||
xkb_options grp:win_space_toggle
|
||||
xkb_variant "mac,mac"
|
||||
input type:keyboard {
|
||||
xkb_layout us,ru
|
||||
xkb_options grp:win_space_toggle
|
||||
xkb_variant "mac,mac"
|
||||
}
|
||||
|
||||
input type:touchpad {
|
||||
tap enabled
|
||||
natural_scroll enabled
|
||||
}
|
||||
|
||||
bar swaybar_command waybar
|
||||
|
|
Loading…
Reference in a new issue