From 6ce385c2be62492d43ef90b9525d38edc7cd8190 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 24 Jan 2026 18:37:14 -0600 Subject: 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 --- archsetup.conf.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'archsetup.conf.example') 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 ############################# -- cgit v1.2.3