From 75e94da0e03d8cc99065fdc9ec8d480bab2a92bc Mon Sep 17 00:00:00 2001 From: liv Date: Sun, 19 Nov 2023 12:29:11 +0100 Subject: [PATCH] include monitor config, apply consistent touchpad rules --- dot_config/sway/config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dot_config/sway/config b/dot_config/sway/config index 145a182..6ad1eae 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -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 } ################