[Hyprland] Add binds to disable trackpad
This commit is contained in:
@@ -54,6 +54,11 @@ input {
|
||||
sensitivity = 0
|
||||
}
|
||||
|
||||
device {
|
||||
name = pnp0c50:00-093a:0255-touchpad
|
||||
enabled = true
|
||||
}
|
||||
|
||||
|
||||
# ── Cursors ─────────────────────────────────────────────────────────
|
||||
cursor {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user