diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2024-02-10 00:02:10 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2024-02-10 00:02:10 +0400 |
| commit | d8808683653aa32cea7e96dcedb06b4a04ff6025 (patch) | |
| tree | f04a4373b42c2e6ae0806c16ed0057f9627b7c64 /src/scripts/touchOn | |
first commit, version 0.1
Diffstat (limited to 'src/scripts/touchOn')
| -rwxr-xr-x | src/scripts/touchOn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/scripts/touchOn b/src/scripts/touchOn new file mode 100755 index 0000000..dbcf803 --- /dev/null +++ b/src/scripts/touchOn @@ -0,0 +1,3 @@ +#!/bin/bash + +synclient TouchpadOff=0 |
