[Hyprland] Add binds to disable trackpad

This commit is contained in:
2026-03-18 11:09:56 +01:00
parent 3600c5bcd3
commit 9816e79eec
2 changed files with 9 additions and 0 deletions

View File

@@ -28,6 +28,10 @@ bind = , S, submap, reset
bind = CTRL, D, exec, hyprctl keyword monitor HDMI-A-1, 1280x720@60, 1920x0, 1, mirror, DP-1 && notify-send 'Set FPV goggles to mirror main screen' --app-name="Hyprctl"
bind = CTRL, E, exec, hyprctl keyword monitor HDMI-A-1, 1280x720@60, 3840x0, 1 && notify-send 'Set to expand FPV goggles' --app-name="Hyprctl"
# Touchpad
bind = , T, exec, hyprctl keyword device[pnp0c50:00-093a:0255-touchpad]:enabled true
bind = SHIFT, T, exec, hyprctl keyword device[pnp0c50:00-093a:0255-touchpad]:enabled false
# ── Monitor config binds ────────────────────────────────────────────
bind = SHIFT, D, exec, hyprctl keyword monitor HDMI-A-1, 1920x1080@60, 1920x0, 1, mirror, eDP-1 && notify-send 'Set to mirror internal display' --app-name="Hyprctl"