> yeah, but I don't have a scrollwheel. how for example I can make fn-f5 > call spicctrl to decrease brightness and fn-f6 to increase brightness? > maybe I have to write a program or there's something ready. > thanks malattia ;)
ok, solved the brightness thing with rsjog bind FNKEY_F5 spicctrl --setbrightness=$(expr $(spicctrl -B) - 10) bind FNKEY_F6 spicctrl --setbrightness=$(expr $(spicctrl -B) + 10) ciao, Marco -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]