Introduces iso-profiles/antergos-minimal/, a new Xfce-based profile for building a lightweight Antergos NeXT ISO under the 2 GB GitHub Releases limit (the full Plasma profile produces ~2.15 GB). Profile structure: - profile.yaml: Xfce4 desktop, dinit-only init packages, Falkon browser, minimal app selection, antergos-xfce-theme included in rootfs - root-overlay/: SDDM configured for xfce.desktop, GRUB theme pointed to antergos, xfconf settings for Antergos-NeXT GTK/xfwm4 theme - live-overlay/: Calamares offline + online configs, netinstall with multiple DE options (Plasma, Xfce, Cinnamon, MATE, LXQt, i3, Sway, Hyprland), notesqml@minimal-info step explaining the edition rationale, basestrap operations for antergos-release/grub-theme/keyring, display manager selection (SDDM/LightDM/LXDM/LY), audio services (pipewire), and antergos-xfce-theme in the Xfce subgroup Default Xfce theme is set to Antergos-NeXT (Numix-derived, blue accent) via xfconf XML in both live-overlay and root-overlay skel directories.
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
# This file is part of elogind.
|
|
#
|
|
# elogind is free software; you can redistribute it and/or modify it under the
|
|
# terms of the GNU Lesser General Public License as published by the Free
|
|
# Software Foundation; either version 2.1 of the License, or (at your option)
|
|
# any later version.
|
|
#
|
|
# Entries in this file show the compile time defaults. Local configuration
|
|
# should be created by either modifying this file, or by creating "drop-ins" in
|
|
# the sleep.conf.d/ subdirectory. The latter is generally recommended.
|
|
# Defaults can be restored by simply deleting this file and all drop-ins.
|
|
#
|
|
# See sleep.conf(5) for details.
|
|
|
|
[Sleep]
|
|
#AllowSuspend=yes
|
|
#AllowHibernation=yes
|
|
#AllowSuspendThenHibernate=yes
|
|
#AllowHybridSleep=yes
|
|
#SuspendMode=
|
|
#SuspendState=mem standby freeze
|
|
#HibernateMode=platform shutdown
|
|
#HibernateState=disk
|
|
#HybridSleepMode=suspend platform shutdown
|
|
#HybridSleepState=disk
|
|
#HibernateDelaySec=
|
|
#SuspendEstimationSec=60min
|
|
|
|
# elogind additions
|
|
#AllowPowerOffInterrupts=no
|
|
#BroadcastPowerOffInterrupts=yes
|
|
#AllowSuspendInterrupts=no
|
|
#BroadcastSuspendInterrupts=yes
|
|
#SuspendByUsing=
|
|
#HibernateByUsing=
|
|
#HandleNvidiaSleep=no
|