dotfiles/rincewind.org

5 lines
171 B
Org Mode

Disable the PC Speaker because I get annoyed at it beeping at me all the time.
#+begin_src conf :tangle "/sudo::/etc/modprobe.d/nobeep.conf"
blacklist pcspkr
#+end_src