User Tools

Site Tools


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
debian/misc.1667590377.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki