mirror of
https://github.com/fscotto/infra.git
synced 2026-07-29 16:20:01 +00:00
Elimina completamente la sessione desktop i3 (X11), ormai non più usata (gli host espongono solo sway e Hyprland su Wayland): - ruolo profile_desktop_i3 e voce emptty i3.desktop - desktop_i3_packages e i guard 'i3' in desktop_sessions_enabled - desktop_i3_dotfiles e host_i3_dotfiles (autorandr X11) - dotfiles i3/X11: .xinitrc, i3, i3blocks, picom, polybar, autorandr - task host-specifici i3 (copy dotfiles, wrap prime-run su nymph) - rimuove st (terminale X11 da sorgente) da desktop_void_source_tools - consolida lo script live in scripts/remove_i3.sh, elimina cleanup-i3.sh - aggiorna la documentazione (README/AGENTS/CLAUDE/knowledge) Config Emacs lasciata invariata di proposito. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
51 lines
1.2 KiB
YAML
51 lines
1.2 KiB
YAML
---
|
|
hostname: nymph
|
|
|
|
desktop_sessions_enabled:
|
|
- sway
|
|
- hyprland
|
|
|
|
desktop_default_session: hyprland
|
|
desktop_default_session_env: wayland
|
|
desktop_emptty_session_error_logging: rotate
|
|
|
|
host_packages:
|
|
- nvidia580
|
|
- linux-mainline-headers
|
|
- mesa-dri
|
|
- vulkan-loader
|
|
- mesa-vulkan-intel
|
|
- intel-video-accel
|
|
- power-profiles-daemon
|
|
- tlp
|
|
- tlp-rdw
|
|
- upower
|
|
|
|
host_enabled_services:
|
|
- tlp
|
|
|
|
host_sway_dotfiles:
|
|
- src: .config/sway/host.conf
|
|
dest: .config/sway/host.conf
|
|
mode: "0644"
|
|
- src: .config/sway/session-env
|
|
dest: .config/sway/session-env
|
|
mode: "0644"
|
|
- src: .config/kanshi/
|
|
dest: .config/kanshi/
|
|
mode: preserve
|
|
- src: .config/wireplumber/wireplumber.conf.d/60-camera-priority.conf
|
|
dest: .config/wireplumber/wireplumber.conf.d/60-camera-priority.conf
|
|
mode: "0644"
|
|
|
|
host_hyprland_dotfiles:
|
|
- src: .config/hypr/host.conf
|
|
dest: .config/hypr/host.conf
|
|
mode: "0644"
|
|
- src: .config/hypr/session-env
|
|
dest: .config/hypr/session-env
|
|
mode: "0644"
|
|
- src: .config/wireplumber/wireplumber.conf.d/60-camera-priority.conf
|
|
dest: .config/wireplumber/wireplumber.conf.d/60-camera-priority.conf
|
|
mode: "0644"
|