iso-profiles/community/openbox/profile.conf
2022-01-10 08:27:54 +01:00

125 lines
No EOL
3 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

##########################################
###### use this file in the profile ######
##########################################
## use multilib packages; x86_64 only
multilib="false"
## use extra packages as defined in pkglist to activate a full profile
extra="true"
################ install ################
## default displaymanager: none
## supported; lightdm, sddm, gdm, lxdm, mdm
displaymanager="sddm"
## Set to false to disable autologin in the livecd
# autologin="true"
## nonfree xorg drivers
nonfree_mhwd="false"
## possible values: grub;systemd-boot
# efi_boot_loader="grub"
## configure calamares for netinstall
# netinstall="false"
## configure calamares for mhwd
mhwd_used="false"
## configure calamares for oem
# oem_used="false"
## configure calamares to use chrootcfg instead of unpackfs; default: unpackfs
# chrootcfg="false"
## use geoip
# geoip="true"
## unset defaults to given values
## names must match systemd service names
enable_systemd=('systemd-timesyncd' 'pkgfile-update.timer' 'fstrim.timer' 'NetworkManager' 'firewalld')
disable_systemd=('pacman-init')
## unset defaults to given values
addgroups="network,lp,scanner,wheel"
## the same workgroup name if samba is used
# smb_workgroup="Manjaro"
## default system shell is bash
## '/etc/defaults/useradd': " "
## userShell : "/bin/zsh"
## empty value will not be used
user_shell="/bin/zsh"
## use calamares office installer
## supported: true,false
# office_installer="false"
## add strict snaps: strict_snaps="snapd core core18 gnome-3-28-1804 gtk-common-themes snap-store"
# strict_snaps=""
## add classic snaps: classic_snaps="code"
# classic_snaps=""
## choose the snap channel.
## supported:: stable,candidate,beta,edge
# snap_channel="candidate"
########## calamares preferences ##########
# See /etc/manjaro-tools/branding.desc.d for reference
## welcome style for calamares
## true="Welcome to the %1 installer."
## false="Welcome to the Calamares installer for %1." (default)
# welcomestyle=false
## welcome image scaled (productWelcome)
# welcomelogo=true
## size and expansion policy for Calamares
## supported: normal,fullscreen,noexpand
# windowexp=noexpand
## size of Calamares window, expressed as w,h
## supported: pixel (px) or font-units (em))
# windowsize="800px,520px"
## placement of Calamares window
## supported: center,free
# windowplacement="center"
## colors for text and background components:
## background of the sidebar
# sidebarbackground=#454948
## text color
# sidebartext=#efefef
## background of the selected step
# sidebartextselect=#4d915e
## text color of the selected step
# sidebartexthighlight=#1a1c1b
################# live-session #################
## unset defaults to given value
hostname="manjaro"
## unset defaults to given value
username="manjaro"
## unset defaults to given value
password="manjaro"
## the login shell
## defaults to bash
login_shell=/bin/zsh
disable_systemd_live=('tlp' 'tlp-sleep' 'apparmor' 'snapd.apparmor' 'snapd' 'fstrim.timer' 'pkgfileupdate.timer' 'ufw' 'firewalld')