Aller au contenu

Linux Mint

De Banane Atomic

Apps

Name Description
xed text editor
RustDeck remote desktop software
Cheese webcam

Configuration

Grub

/etc/default/grub
GRUB_DEFAULT=0  # select the first entry (0)
GRUB_TIMEOUT=10  # wait 10s
/etc/grub.d/30_os-prober
# change to 0 to avoid adjust_timeout
quick_boot="0"

adjust_timeout () {
  if [ "$quick_boot" = 1 ] && [ "x${found_other_os}" != "x" ]; then
    cat << EOF
set timeout_style=menu
if [ "\${timeout}" = 0 ]; then
  set timeout=10
fi
EOF
  fi
}
# apply modfications
sudo update-grub

Taskbar Applets

  • Liste des fenêtres a la place de Liste groupee de fenêtres