include monitor config, apply consistent touchpad rules

This commit is contained in:
liv 2023-11-19 12:29:11 +01:00
parent e356a23d5a
commit 75e94da0e0

View file

@ -2,6 +2,10 @@
## VARIABLES
############
# Include per-monitor configuration, not checked in to
# my dotfiles repo
include ./monitors
# UI Font
set $uifont "curie 12px"
@ -153,8 +157,10 @@ exec swayidle -w timeout 1800 'swaylock -f -C ~/.config/swaylock/config' \
before-sleep 'swaylock -f -C ~/.config/swaylock/config'
# Touchpad tap-to-click
input "1739:30383:CUST0001:00_06CB:76AF_Touchpad" {
input type:touchpad {
tap enabled
click_method clickfinger
dwt enabled
}
################