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
cp /etc/X11/xinit/xinitrc .xinitrc vi .xinitrc #!/bin/sh # /etc/X11/xinit/xinitrc # # global xinitrc file, used by all X sessions started by xinit (startx) # invoke global X session script . /etc/X11/Xsession exec x-window-manager &
debian/misc.1667649355.txt.gz · Last modified: 2023/01/11 20:30 (external edit)