diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-03-02 18:52:24 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-03-02 18:52:24 +0530 |
commit | 23f0885bce30c20dc2a50af006058129dfcd6e74 (patch) | |
tree | 1b2d96cdd3ddddb26903f23ab37a7da05d5ce18c | |
parent | b3b9108b90c3dc015dc92df48b1293da02747251 (diff) |
sway: use mod+F7 to disable touchpad
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
-rw-r--r-- | .config/sway/config | 3 |
1 files changed, 3 insertions, 0 deletions
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 |