mbp-manjaro/community/i3/profile.conf

67 lines
1.8 KiB
Plaintext
Raw Normal View History

2016-11-17 07:25:44 -05:00
##########################################
###### use this file in the profile ######
##########################################
# use multilib packages; x86_64 only
# multilib="true"
################ install ################
# default displaymanager: none
# supported; lightdm, sddm, gdm, lxdm, mdm
displaymanager="lightdm"
# Set to false to disable autologin in the livecd
# autologin="true"
# nonfree xorg drivers
2019-08-08 18:00:54 -04:00
nonfree_mhwd="true"
2016-11-17 07:25:44 -05:00
# possible values: grub;systemd-boot
2020-07-09 22:06:15 -04:00
efi_boot_loader="systemd-boot"
2016-11-17 07:25:44 -05:00
# configure calamares for netinstall
# netinstall="false"
# configure calamares to use chrootcfg instead of unpackfs
2016-12-13 07:21:52 -05:00
# chrootcfg="false"
2016-11-17 07:25:44 -05:00
# use geoip
# geoip="true"
# unset defaults to given values
# names must match systemd service names
2020-06-01 06:27:37 -04:00
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'haveged' 'ufw' 'apparmor' 'snapd.apparmor' 'snapd' 'fstrim.timer')
disable_systemd=('pacman-init')
2016-11-17 07:25:44 -05:00
2019-08-08 18:00:54 -04:00
# add strict snaps: strict_snaps="core core18 gnome-3-28-1804 gtk-common-themes snap-store"
#strict_snaps="snapd core18 snap-store core gnome-3-28-1804 gtk-common-themes"
# add classic snaps: classic_snaps="code"
# classic_snaps=""
# choose the snap channel. Possible options are: stable, candidate, beta, edge
# snap_channel="stable"
2016-11-17 07:25:44 -05:00
# unset defaults to given values
# addgroups="lp,network,power,wheel"
2016-11-17 07:25:44 -05:00
# the same workgroup name if samba is used
2017-02-25 14:50:26 -05:00
# smb_workgroup="Manjaro"
2016-11-17 07:25:44 -05:00
################# live-session #################
# unset defaults to given value
hostname="manjaro-i3"
2016-12-13 07:21:52 -05:00
# unset defaults to given value
# username="manjaro"
2016-11-17 07:25:44 -05:00
# unset defaults to given value
# password="manjaro"
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')