diff --git a/community/openbox/profile.conf b/community/openbox/profile.conf index 510ab519..4117b747 100644 --- a/community/openbox/profile.conf +++ b/community/openbox/profile.conf @@ -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')