Browse Source

Merge pull request #198 from PostCyberPunk/fix-touchpad

fxi:touchpad updated with new hyprlang syntax
pull/204/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
b785e357c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      config/hypr/scripts/TouchPad.sh

2
config/hypr/scripts/TouchPad.sh

@ -18,7 +18,7 @@ toggle_touchpad() {
fi fi
notify-send -u low -i "$notif" "Touchpad $action" notify-send -u low -i "$notif" "Touchpad $action"
hyprctl keyword "device:$Touchpad_Device:enabled" "$(cat "$STATUS_FILE")" hyprctl keyword "device[$Touchpad_Device]:enabled" "$(cat "$STATUS_FILE")"
} }
toggle_touchpad toggle_touchpad

Loading…
Cancel
Save