mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
New profile_desktop_sway role gated by desktop_sessions_enabled, with SwayFX effects, Waybar bar (1:1 with Polybar layout + pulseaudio), swayidle + swaylock-effects for locking, swayosd for OSD, cliphist for clipboard history and kanshi for multi-monitor profiles. Emptty gains WAYLAND_SESSIONS_PATH + wayland-sessions dir. start-sway wrapper handles session env (dbus-run-session, gpg-agent, turnstile env). Profile stays dormant until a host opts in via desktop_sessions_enabled. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
19 lines
726 B
Django/Jinja
19 lines
726 B
Django/Jinja
TTY_NUMBER=7
|
|
SWITCH_TTY=true
|
|
DEFAULT_ENV={{ desktop_default_session_env | default('xorg') }}
|
|
{% if not (desktop_prompt_for_session | default(false)) and (desktop_default_session | default('')) | length > 0 %}
|
|
DEFAULT_SESSION={{ desktop_default_session | default('') }}
|
|
{% if (desktop_default_session_env | default('')) | length > 0 %}
|
|
DEFAULT_SESSION_ENV={{ desktop_default_session_env | default('') }}
|
|
{% endif %}
|
|
{% endif %}
|
|
DBUS_LAUNCH=false
|
|
XINITRC_LAUNCH=true
|
|
XORG_SESSIONS_PATH=/etc/emptty/xsessions
|
|
WAYLAND_SESSIONS_PATH=/etc/emptty/wayland-sessions
|
|
VERTICAL_SELECTION=true
|
|
IDENTIFY_ENVS=true
|
|
SELECT_LAST_USER=global
|
|
LOGGING=rotate
|
|
SESSION_ERROR_LOGGING={{ desktop_emptty_session_error_logging | default('disabled') }}
|