Add touchpad options
This commit is contained in:
parent
ac3a9a4050
commit
c86b9ea7f0
@ -21,13 +21,22 @@ set $term kitty
|
|||||||
#set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
#set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
||||||
set $menu rofi -show drun
|
set $menu rofi -show drun
|
||||||
|
|
||||||
### Keyboard configuration
|
### Keyboard, Mouse and others configuration
|
||||||
|
# Keyboard config https://man.archlinux.org/man/xkeyboard-config.7
|
||||||
|
# Sway input https://man.archlinux.org/man/sway-input.5
|
||||||
|
# Keyboard
|
||||||
input * {
|
input * {
|
||||||
xkb_layout "ch"
|
xkb_layout "ch"
|
||||||
xkb_variant ""
|
xkb_variant ""
|
||||||
#xkb_options "grp:win_space_toggle"
|
#xkb_options "grp:win_space_toggle"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Touchpad
|
||||||
|
input * {
|
||||||
|
tap_button_map lrm
|
||||||
|
scroll_method two_finger
|
||||||
|
}
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
# Default wallpaper (more resolutions are available in @datadir@/backgrounds/sway/)
|
# Default wallpaper (more resolutions are available in @datadir@/backgrounds/sway/)
|
||||||
|
Loading…
Reference in New Issue
Block a user