xset: bell settings
2008年08月04日 (X)
command
% xset b off # bell off % xset b on # bell on % xset b # default % xset b 50 # volume:50 % xset b 100 10000 # volume:100, frequency:10KHz % xset b 100 1000 100 # volume:100, frequency:1KHz, length:0.1sec
note
Usage: xset b [volume] [frequency] [length] volume: 0 - 100 frequency: 0 - 32767 length: 0 - 32767 cf. % man xset
PR
xset: mouse settings
2008年08月04日 (X)
command
% xset m 2 5 # acceleration:2, threshold:5 % xset m 2 # acceleration:2 % xset m # default
note
Usage: xset m [acceleration] [threshold] acceleration: 0 - 32767 threshold: 0 - 32767 threshold:しきい値 加速度を感知する最小ピクセル値 cf. % man xset