diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-04-22 00:25:02 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-22 00:25:02 +0900 |
| commit | cd114b99915ed3954e54dd30bf17499660e330e7 (patch) | |
| tree | 89eb9f932f2b73a45e4e698ada03be1200d50a8b /config/hypr/scripts/TouchPad.sh | |
| parent | b85724e90cf7381971700a1d28afa24b1276bc9d (diff) | |
| parent | 11afaaae3c841d5804d52ff92d84157270bfc88d (diff) | |
Merge pull request #205 from JaKooLit/development
Development to Main before
Diffstat (limited to 'config/hypr/scripts/TouchPad.sh')
| -rwxr-xr-x | config/hypr/scripts/TouchPad.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/TouchPad.sh b/config/hypr/scripts/TouchPad.sh index 5119ac24..c5722c16 100755 --- a/config/hypr/scripts/TouchPad.sh +++ b/config/hypr/scripts/TouchPad.sh @@ -18,7 +18,7 @@ toggle_touchpad() { fi 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 |
