mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
xset: add disable bell command (#10281)
This commit is contained in:
parent
d8991be0e8
commit
2f519e5625
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
||||||
|
|
||||||
`xset s off`
|
`xset s off`
|
||||||
|
|
||||||
|
- Disable the bell sound:
|
||||||
|
|
||||||
|
`xset b off`
|
||||||
|
|
||||||
- Set the screensaver to start after 60 minutes of inactivity:
|
- Set the screensaver to start after 60 minutes of inactivity:
|
||||||
|
|
||||||
`xset s 3600 3600`
|
`xset s 3600 3600`
|
||||||
|
|
Loading…
Add table
Reference in a new issue