You are not logged in.
Pages: 1
Hello all.
I have a script stored in PATH (~/bin/), that toggles the touchpad under the Fn+F6 shortcut.
The problem is, the script always runs on every startup and resume from suspend/hibernation. It is getting really annoying.
If I make any modifications to the Command, after the resume, it obviously cannot find the script, but it still tries to run it.
Any suggestions how to resolve this problem? Thank you
Offline
The last time I tried referring a script to a keyboard shortcut, I remember that I had to describe the full path to the script:
/home/user/bin/script-name.sh
Instead of
script-name.sh
or
~/bin/script-name.sh
Last edited by PaperNick (2017-07-05 07:15:47)
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 515.42 KiB (Peak: 529.52 KiB) ]