diff --git a/community/budgie/Packages-Desktop b/community/budgie/Packages-Desktop index c7b860d..083909f 100644 --- a/community/budgie/Packages-Desktop +++ b/community/budgie/Packages-Desktop @@ -10,6 +10,7 @@ lightdm-webkit2-greeter-manjaro lightdm-gtk-greeter lightdm-gtk-greeter-settings budgie-desktop +manjaro-budgie-settings baobab dconf-editor hexchat @@ -61,7 +62,6 @@ lollypop manjaro-alsa manjaro-artwork manjaro-browser-settings -manjaro-gnome-settings manjaro-hotfixes manjaro-pulse manjaro-settings-manager diff --git a/manjaro/gnome/profile.conf b/manjaro/gnome/profile.conf index bc4ea0f..e3d5597 100644 --- a/manjaro/gnome/profile.conf +++ b/manjaro/gnome/profile.conf @@ -5,57 +5,70 @@ # use multilib packages; x86_64 only # multilib="true" +# use pxe +pxe_boot="false" + +################ torrent ################ + +# the torrent tracker urls, comma separated +# tracker_url='udp://mirror.strits.dk:6969' + +# Piece size, 2^n +# piece_size=21 + +################ install ################ + +# default displaymanager: none +# supported; lightdm, sddm, gdm, lxdm, mdm displaymanager="gdm" # Set to false to disable autologin in the livecd # autologin="true" -# nonfree mhwd drivers - nonfree_mhwd="false" +# nonfree xorg drivers + nonfree_mhwd="false" -# use plymouth; initcpio hook +# use plymouth # plymouth_boot="true" -# use pxe boot; initcpio hook - pxe_boot="false" - -################ install ################ - -# unset defaults to given value +# possible values: grub;systemd-boot # efi_boot_loader="grub" # configure calamares for netinstall # netinstall="false" # the default url for the netinstall.yaml -# netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups" +# netgroups="https://raw.githubusercontent.com/manjaro/manjaro-tools-iso-profiles/master/shared/netinstall" # configure calamares to use chrootcfg instead of unpackfs -# chrootcfg="false" +# unpackfs="false" -# use geoip for localization -# geoip='true' +# use geoip +# geoip="true" # unset defaults to given value - plymouth_theme=manjaro-gnome +plymouth_theme=manjaro-gnome # unset defaults to given values # names must match systemd service names # enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep') -# disable_systemd=('pacman-init') +# disable_systemd=() # unset defaults to given values, # names must match openrc service names -# enable_openrc=('acpid' 'bluetooth' 'cgmanager' 'consolekit' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager') +# enable_openrc=('acpid' 'bluetooth' 'consolekit' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager') # disable_openrc=() +# unset defaults to given values +# addgroups="video,power,disk,storage,optical,network,lp,scanner,wheel" + # the same workgroup name if samba is used # smb_workgroup="" -################# livecd ################# +################# live-session ################# # unset defaults to given value - hostname="manjaro-gnome" +hostname="manjaro-gnome" # unset defaults to given value # username="manjaro" @@ -63,13 +76,6 @@ displaymanager="gdm" # unset defaults to given value # password="manjaro" -# the login shell -# defaults to bash -# login_shell=/bin/bash - -# unset defaults to given values -# addgroups="video,audio,power,disk,storage,optical,network,lp,scanner,wheel" - # unset defaults to given values # names must match systemd service names # services in enable_systemd array don't need to be listed here