summaryrefslogtreecommitdiff
path: root/archsetup.conf.example
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-24 18:37:14 -0600
committerCraig Jennings <c@cjennings.net>2026-01-24 18:37:14 -0600
commit6ce385c2be62492d43ef90b9525d38edc7cd8190 (patch)
tree8f3c70f73b558e71de23c8a07f29494bb4554bcc /archsetup.conf.example
parent9bc93ba94a6f14c2ff6f11f6f85d100dd2c3ffb2 (diff)
feat(archsetup): add Hyprland/Wayland desktop environment support
- Add DESKTOP_ENV config variable (dwm/hyprland/none, default: hyprland) - Create wayland() and hyprland() installation functions - Add display_server/window_manager conditional step wrappers - Create dotfiles/hyprland/ with full config suite: - hyprland.conf with keybindings translated from DWM + sxhkd - waybar config matching conky status bar - hypridle/hyprlock for screen locking - wofi config matching rofi theme - gammastep config for Wayland (replaces redshift) - Add Hyprland validation tests to validation.sh - Update archsetup.conf.example with DESKTOP_ENV option
Diffstat (limited to 'archsetup.conf.example')
-rw-r--r--archsetup.conf.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/archsetup.conf.example b/archsetup.conf.example
index 54db69e..0fff4d8 100644
--- a/archsetup.conf.example
+++ b/archsetup.conf.example
@@ -36,6 +36,10 @@ PASSWORD=welcome
# fr_FR.UTF-8, pt_BR.UTF-8, ja_JP.UTF-8, zh_CN.UTF-8
#LOCALE=en_US.UTF-8
+# Desktop environment (default: dwm)
+# Options: dwm (Xorg + DWM), hyprland (Wayland + Hyprland), none (headless/server)
+#DESKTOP_ENV=dwm
+
#############################
# Git Repositories
#############################