diff options
| author | PostCyberPunk <lyhguest2@outlook.com> | 2024-04-17 13:35:55 +0800 |
|---|---|---|
| committer | PostCyberPunk <lyhguest2@outlook.com> | 2024-04-17 13:35:55 +0800 |
| commit | e9549ac910d9665a68902cfbbdcf428e3c04a5b2 (patch) | |
| tree | f8de0e64f30dc00e788bb1ef148fc7d848ccdf6a /config | |
| parent | 7fefc808e40d763217b1ae5ad2bd7548eb160084 (diff) | |
fxi:touchpad updated with new hyprlang
Diffstat (limited to 'config')
| -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 |
