include monitor config, apply consistent touchpad rules
This commit is contained in:
parent
e356a23d5a
commit
75e94da0e0
1 changed files with 7 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
||||||
## VARIABLES
|
## VARIABLES
|
||||||
############
|
############
|
||||||
|
|
||||||
|
# Include per-monitor configuration, not checked in to
|
||||||
|
# my dotfiles repo
|
||||||
|
include ./monitors
|
||||||
|
|
||||||
# UI Font
|
# UI Font
|
||||||
set $uifont "curie 12px"
|
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'
|
before-sleep 'swaylock -f -C ~/.config/swaylock/config'
|
||||||
|
|
||||||
# Touchpad tap-to-click
|
# Touchpad tap-to-click
|
||||||
input "1739:30383:CUST0001:00_06CB:76AF_Touchpad" {
|
input type:touchpad {
|
||||||
tap enabled
|
tap enabled
|
||||||
|
click_method clickfinger
|
||||||
|
dwt enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
################
|
################
|
||||||
|
|
Loading…
Add table
Reference in a new issue