From 23f0885bce30c20dc2a50af006058129dfcd6e74 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Sun, 2 Mar 2025 18:52:24 +0530 Subject: sway: use mod+F7 to disable touchpad Signed-off-by: Brahmajit Das --- .config/sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 6c718d0..9284457 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -55,6 +55,9 @@ exec_always { bindsym $mod+z exec swaylock --ignore-empty-password --show-failed-attempts --color 1e1e1e bindsym $mod+f1 exec swaymsg Output eDP-1 toggle +# Disable touchpad +bindsym $mod+f7 exec swaymsg input type:touchpad events toggle enabled disabled + seat seat0 xcursor_theme Adwaita 24 bindsym $mod+w exec firefox-bin | firefox -- cgit v1.2.3