Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 574 Bytes

debian.md

File metadata and controls

25 lines (18 loc) · 574 Bytes

Debian notes

Disable Bell (beep)

See https://wiki.archlinux.org/index.php/PC_speaker#Disable_PC_Speaker

To disable all bell sounds:

echo "blacklist pcspkr" > /etc/modprobe.d/nobeep.conf
echo "xset -b" >> /etc/xprofile
echo "set bell-style none" >> ~/.inputrc

Fonts

In Debian, font rendering is not that great by default. It can be customized using fontconfig and xrdb.

xrdb -query  # check current config
mkdir -p ~/.config/fontconfig
cp fonts/fonts.conf ~/.config/fontconfig/fonts.conf
cp fonts/Xresources-fonts ~/.Xresources