diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-04-20 00:04:58 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-20 00:04:58 +0900 |
| commit | b785e357c31039e06bc62c30c0e45e3125313f6a (patch) | |
| tree | b0ffdaba2030f86fdc450186e61fa7b144665488 /config/hypr/scripts | |
| parent | e2a793b8df16421142f590d16061d3ce9f020cf9 (diff) | |
| parent | e9549ac910d9665a68902cfbbdcf428e3c04a5b2 (diff) | |
Merge pull request #198 from PostCyberPunk/fix-touchpad
fxi:touchpad updated with new hyprlang syntax
Diffstat (limited to 'config/hypr/scripts')
| -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 |
