[openbox] update to match latest stable

This commit is contained in:
Frede Hundewadt 2019-09-19 07:25:09 +02:00
parent afcc41c576
commit 00700e1007

View file

@ -12,10 +12,10 @@ displaymanager="lightdm"
autologin="true"
# nonfree mhwd drivers
nonfree_mhwd="true"
nonfree_mhwd="false"
# use extra packages as defined in pkglist to activate a full profile
#extra="true"
extra="false"
################ install ################
@ -32,12 +32,18 @@ efi_boot_loader="grub"
geoip="true"
# unset defaults to given values
# addgroups="lp,sys,wheel"
addgroups="lp,network,power,sys,wheel"
# unset defaults to given values
# names must match systemd service names
enable_systemd=('avahi-daemon' 'bluetooth' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'systemd-timesyncd' 'tlp' 'tlp-sleep' 'ufw')
disable_systemd=('pacman-init')
enable_systemd=('avahi-daemon' 'bluetooth' 'firewalld' 'NetworkManager' 'org.cups.cupsd' 'haveged')
# 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. Possible options are: stable, candidate, beta, edge
# snap_channel="candidate"
# the same workgroup name if samba is used
# smb_workgroup=""
@ -69,4 +75,4 @@ login_shell=/bin/zsh
# 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' 'NetworkManager')
enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live' 'NetworkManager' 'firewalld' 'haveged')