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:
|
default_sway_conf_files:
|
||||||
- background
|
- background
|
||||||
- framework_input
|
- touchpad_input
|
||||||
- framework_display
|
- framework_display
|
||||||
- base_hotkeys
|
- base_hotkeys
|
||||||
- movement
|
- movement
|
||||||
|
@ -19,7 +19,7 @@ set $term alacritty
|
|||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# Note: it's recommended that you pass the final command to sway
|
# Note: it's recommended that you pass the final command to sway
|
||||||
# set $menu dmenu_path | dmenu | xargs swaymsg exec
|
# 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
|
bindsym $mod+grave exec $term
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
input * xkb_rules "evdev"
|
input * xkb_rules "evdev"
|
||||||
|
|
||||||
# Framework Touchpad
|
# All touchpads
|
||||||
input "2362:628:PIXA3854:01_093A:0274_TouchPad" {
|
input type:touchpad {
|
||||||
dwt enabled
|
dwt enabled
|
||||||
click_method clickfinger
|
click_method clickfinger
|
||||||
tap enabled
|
tap enabled
|
Loading…
x
Reference in New Issue
Block a user