• [^] # man xset

    Posté par . En réponse au journal pb "bip" java. Évalué à 2.

    Je ne savais pas mais visiblement xset fait plein d'autre choses que de couper le bip avec l'option -b

    b The b option controls bell volume, pitch and duration. This option accepts up to three numerical parameters, a preceding dash(-), or a 'on/off' flag. If no parameters are given, or the
    'on' flag is used, the system defaults will be used. If the dash or 'off' are given, the bell will be turned off. If only one numerical parameter is given, the bell volume will be set
    to that value, as a percentage of its maximum. Likewise, the second numerical parameter specifies the bell pitch, in hertz, and the third numerical parameter specifies the duration in
    milliseconds. Note that not all hardware can vary the bell characteristics. The X server will set the characteristics of the bell as closely as it can to the user's specifications.


    *

    Donc à priori il n'y a plus qu'a jouer sur N dans la commande

    xset -b N

    ;-)