diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-04-23 11:45:05 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-04-23 11:45:05 +0900 |
| commit | e0e75bdb095c6777cd45e5f7baae7a14884df790 (patch) | |
| tree | eb4878ee291028f01d96107c6c8a2a886d7b1933 /config | |
| parent | 7c96b0a07eb869cecbbea24d5030d9387c751243 (diff) | |
updated touchpad.sh
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/scripts/TouchPad.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/hypr/scripts/TouchPad.sh b/config/hypr/scripts/TouchPad.sh index c5722c16..e94ee068 100755 --- a/config/hypr/scripts/TouchPad.sh +++ b/config/hypr/scripts/TouchPad.sh @@ -1,6 +1,9 @@ #!/bin/bash # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## # For disabling touchpad. +# Edit the Touchpad_Device according to your system +# use hyprctl devices to get your system touchpad device name + Touchpad_Device="asue1209:00-04f3:319f-touchpad" notif="$HOME/.config/swaync/images/bell.png" |
