debian:misc
This is an old revision of the document!
Tab size in Terminator
mkdir -p .config/gtk-3.0
cd .config/gtk-3.0
vi gtk.css
.terminator-terminal-window notebook tab {
min-height: 0;
padding: 0px;
}
.terminator-terminal-window notebook tab button {
min-height: 0;
min-width: 0;
padding: 0px;
margin: 0px;
}
Sound bei debian 11 mit HP Intel Corporation Cannon Point-LP High Definition Audio Controller
as root echo "options snd-hda-intel dmic_detect=0" | tee -a /etc/modprobe.d/alsa-base.conf
X starten
vi .bash_profile
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
exec startx
fi
debian/misc.1667649220.txt.gz · Last modified: 2023/01/11 20:30 (external edit)