Zkus hledat xmodmap
Zde lze prohlédnout všech příspěvky uživatele. Jsou zde vidět pouze příspěvky z oblastí, do kterých máte přístup.
Nabídka Zobrazit příspěvkyCitace od: tira kdy 07. 10. 2012, 17:09:12
WicdNetwork manager. Mám Debian 2.30.2
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 430] (rev a1)
#!/bin/bash
if [ `xinput list --long | grep -A 1 "ImPS/2 Logitech Wheel Mouse" | grep -c "This device is disabled"` == 1 ];
then xinput set-int-prop "ImPS/2 Logitech Wheel Mouse" "Device Enabled" "8" "1"
exit
else xinput set-int-prop "ImPS/2 Logitech Wheel Mouse" "Device Enabled" "8" "0"
exit
fi