Switch to a generic touchpad input sway config.
This commit is contained in:
parent
8bb3e4f387
commit
597452f9c1
@ -1,6 +1,6 @@
|
||||
default_sway_conf_files:
|
||||
- background
|
||||
- framework_input
|
||||
- touchpad_input
|
||||
- framework_display
|
||||
- base_hotkeys
|
||||
- movement
|
||||
|
@ -19,7 +19,7 @@ set $term alacritty
|
||||
# Your preferred application launcher
|
||||
# Note: it's recommended that you pass the final command to sway
|
||||
# set $menu dmenu_path | dmenu | xargs swaymsg exec
|
||||
set $menu /usr/local/bin/wofi --show drun --gtk-dark
|
||||
set $menu wofi --show drun --gtk-dark
|
||||
|
||||
bindsym $mod+grave exec $term
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
input * xkb_rules "evdev"
|
||||
|
||||
# Framework Touchpad
|
||||
input "2362:628:PIXA3854:01_093A:0274_TouchPad" {
|
||||
# All touchpads
|
||||
input type:touchpad {
|
||||
dwt enabled
|
||||
click_method clickfinger
|
||||
tap enabled
|
Loading…
Reference in New Issue
Block a user