mbp-manjaro/community/lxde/profile.conf

76 lines
2.0 KiB
Plaintext
Raw Normal View History

2017-04-01 07:20:31 -04:00
##########################################
###### use this file in the profile ######
##########################################
# use multilib packages; x86_64 only
2018-04-08 04:27:58 -04:00
multilib=false
2017-04-01 07:20:31 -04:00
# use extra packages as defined in pkglist to activate a full profile
2019-09-22 07:00:59 -04:00
#extra="true"
################ install ################
# default displaymanager: none
# supported; lightdm, sddm, gdm, lxdm, mdm
displaymanager="lightdm"
2017-04-01 07:20:31 -04:00
# Set to false to disable autologin in the livecd
2018-04-08 04:15:48 -04:00
#autologin="true"
2017-04-01 07:20:31 -04:00
# nonfree xorg drivers
#nonfree_mhwd="false"
2017-04-01 07:20:31 -04:00
# possible values: grub;systemd-boot
2020-03-08 06:26:11 -04:00
efi_boot_loader="grub"
2017-04-01 07:20:31 -04:00
# configure calamares for netinstall
2018-04-08 04:15:48 -04:00
#netinstall="false"
2017-04-01 07:20:31 -04:00
# configure calamares to use chrootcfg instead of unpackfs; default: unpackfs
2018-04-08 04:15:48 -04:00
#chrootcfg="false"
2017-04-01 07:20:31 -04:00
# use geoip
2018-04-30 05:40:15 -04:00
geoip="true"
2017-04-01 07:20:31 -04:00
2018-08-21 08:26:34 -04:00
# unset defaults to given values
2018-11-12 02:54:28 -05:00
# addgroups="lp,sys,wheel,network"
2018-08-21 08:26:34 -04:00
2017-04-01 07:20:31 -04:00
# unset defaults to given values
# names must match systemd service names
enable_systemd=('avahi-daemon' 'bluetooth' 'NetworkManager' 'org.cups.cupsd' 'systemd-timesyncd' 'tlp' 'tlp-sleep' 'filewalld')
2019-10-01 04:11:05 -04:00
disable_systemd=('pacman-init' 'systemd-rfkill.service' 'systemd-rfkill.socket')
2017-04-01 07:20:31 -04:00
2018-08-21 08:26:34 -04:00
# the same workgroup name if samba is used
# smb_workgroup=""
2017-04-01 07:20:31 -04:00
2018-08-21 08:26:34 -04:00
# default system shell is bash
# '/etc/defaults/useradd': " "
# userShell : "/bin/zsh"
# empty value will not be used
user_shell="/bin/zsh"
################# live-session #################
2017-04-01 07:20:31 -04:00
# unset defaults to given value
2017-04-01 07:58:39 -04:00
hostname="manjaro-lxde"
2017-04-01 07:20:31 -04:00
# unset defaults to given value
2018-04-08 04:27:58 -04:00
#username="manjaro"
2017-04-01 07:20:31 -04:00
# unset defaults to given value
2018-04-08 04:27:58 -04:00
#password="manjaro"
2017-04-01 07:20:31 -04:00
# the login shell
# defaults to bash
2018-11-12 02:54:28 -05:00
login_shell=/bin/zsh
2017-04-01 07:20:31 -04:00
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
2018-04-08 04:27:58 -04:00
#enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
2017-04-01 07:20:31 -04:00
# unset defaults to given values,
# names must match openrc service names
# services in enable_openrc array don't need to be listed here
2018-04-08 04:27:58 -04:00
#enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')