mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
hosts: enable sway alongside i3 on ikaros and nymph
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 <noreply@anthropic.com>
This commit is contained in:
@@ -3,6 +3,7 @@ hostname: ikaros
|
|||||||
|
|
||||||
desktop_sessions_enabled:
|
desktop_sessions_enabled:
|
||||||
- i3
|
- i3
|
||||||
|
- sway
|
||||||
|
|
||||||
desktop_default_session: i3
|
desktop_default_session: i3
|
||||||
desktop_default_session_env: xorg
|
desktop_default_session_env: xorg
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ hostname: nymph
|
|||||||
|
|
||||||
desktop_sessions_enabled:
|
desktop_sessions_enabled:
|
||||||
- i3
|
- i3
|
||||||
|
- sway
|
||||||
|
|
||||||
desktop_default_session: i3
|
desktop_default_session: i3
|
||||||
desktop_default_session_env: xorg
|
desktop_default_session_env: xorg
|
||||||
|
|||||||
Reference in New Issue
Block a user