mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 20:00:50 +01:00
sway: Add touchpad config
Scrolling just got a bit more natural.
This commit is contained in:
parent
8a95b6fe00
commit
3e60bce07a
@ -11,19 +11,13 @@ set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
|||||||
# Output configuration (swaymsg -t get_outputs)
|
# Output configuration (swaymsg -t get_outputs)
|
||||||
output * bg /usr/share/backgrounds/archlinux/simple.png fill
|
output * bg /usr/share/backgrounds/archlinux/simple.png fill
|
||||||
|
|
||||||
### Input configuration
|
|
||||||
#
|
|
||||||
# Example configuration:
|
|
||||||
#
|
|
||||||
# input "2:14:SynPS/2_Synaptics_TouchPad" {
|
|
||||||
# dwt enabled
|
|
||||||
# tap enabled
|
|
||||||
# natural_scroll enabled
|
|
||||||
# middle_emulation enabled
|
|
||||||
# }
|
|
||||||
#
|
|
||||||
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
# 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.
|
# Read `man 5 sway-input` for more information about this section.
|
||||||
|
input "2:7:SynPS/2_Synaptics_TouchPad" {
|
||||||
|
tap enabled
|
||||||
|
natural_scroll enabled
|
||||||
|
middle_emulation enabled
|
||||||
|
}
|
||||||
|
|
||||||
### Key bindings
|
### Key bindings
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user