From b84a57fc5b530d6c325843395da73ecd65b6f1ff Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Sat, 16 May 2026 23:29:48 +0200 Subject: [PATCH] hosts: enable sway alongside i3 on ikaros and nymph MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds sway to desktop_sessions_enabled on both desktops so the next run installs the sway profile and emptty exposes it in the picker. Default session stays i3; users select Sway from emptty's picker (already on via desktop_prompt_for_session). Note: nymph still lacks a kanshi config, so multi-monitor workspace pinning isn't tuned yet — sway will fall back to default placement. Co-Authored-By: Claude Opus 4.7 --- ansible/inventory/host_vars/ikaros.yml | 1 + ansible/inventory/host_vars/nymph.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/ansible/inventory/host_vars/ikaros.yml b/ansible/inventory/host_vars/ikaros.yml index 6cc730e..685c2cd 100644 --- a/ansible/inventory/host_vars/ikaros.yml +++ b/ansible/inventory/host_vars/ikaros.yml @@ -3,6 +3,7 @@ hostname: ikaros desktop_sessions_enabled: - i3 + - sway desktop_default_session: i3 desktop_default_session_env: xorg diff --git a/ansible/inventory/host_vars/nymph.yml b/ansible/inventory/host_vars/nymph.yml index 8604813..43aca5d 100644 --- a/ansible/inventory/host_vars/nymph.yml +++ b/ansible/inventory/host_vars/nymph.yml @@ -3,6 +3,7 @@ hostname: nymph desktop_sessions_enabled: - i3 + - sway desktop_default_session: i3 desktop_default_session_env: xorg