[ACCEPTED]-How do I completely disable bell in screen (both visual and audio)-tty

Accepted answer
Score: 34

To permanently disable the visual bell, you 8 need to add the following command to your 7 .screenrc file:

  vbell off

I haven't tested it, but adding the 6 additional line to your .screenrc file should disable 5 the message bell:

  bell_msg ""

To disable it in a session 4 (temporarily, not permanently), issue the 3 following command from the session:

  CTRL+A, CTRL+G

See the 2 man page for screen (section 'CUSTOMIZATION') for 1 more information.

More Related questions