summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrahmajit Das <brahmajit.xyz@gmail.com>2025-01-28 16:29:04 +0530
committerBrahmajit Das <brahmajit.xyz@gmail.com>2025-01-28 16:29:04 +0530
commit2fa8394d83c04ce38fb3117c86b50da952d50c82 (patch)
tree95525e26a85f78bb0e06885b111534bf48c047ec
parent212048e05cbc1c217b16272329a6da2c7c615022 (diff)
sway: touchpad settings and tap enable
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
-rw-r--r--.config/sway/config32
1 files changed, 10 insertions, 22 deletions
diff --git a/.config/sway/config b/.config/sway/config
index 3a5f78e..2ed44dd 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -28,28 +28,16 @@ input "1133:16534:Logitech_ERGO_M575" {
scroll_method on_button_down
}
-#input "type:touchpad" {
- #scroll_factor 0.1
- #dwt disabled
- #tap enabled
- #natural_scroll enabled
- #middle_emulation enabled
- #scroll_method two_finger
- #accel_profile adaptive
- #drag enabled
- #tap_button_map lrm
-#}
-
-input "2:7:SynPS/2_Synaptics_TouchPad" {
- scroll_factor 0.5
- dwt disabled
- tap enabled
- natural_scroll enabled
- middle_emulation enabled
- scroll_method two_finger
- accel_profile adaptive
- drag enabled
- tap_button_map lrm
+input "type:touchpad" {
+ scroll_factor 0.5
+ dwt disabled
+ tap enabled
+ natural_scroll enabled
+ middle_emulation enabled
+ scroll_method two_finger
+ accel_profile adaptive
+ drag enabled
+ tap_button_map lrm
}
bindsym $mod+z exec swaylock --ignore-empty-password --show-failed-attempts --color 1e1e1e