mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Two profiles, auto-selected from connected outputs: - solo: only eDP-1, all workspaces routed there. - dual: eDP-1 + DP-1 (3440x1440@100Hz dock), workspace 1 on the laptop panel and 2-10 on the dock; each profile reissues swaymsg "workspace N, move workspace to output X" on activation so workspaces follow. host.conf autostarts kanshi and drops the redundant gaps/corner_radius overrides, leaving the base sway/config values in effect. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
45 lines
908 B
YAML
45 lines
908 B
YAML
---
|
|
hostname: nymph
|
|
|
|
desktop_sessions_enabled:
|
|
- i3
|
|
- sway
|
|
|
|
desktop_default_session: i3
|
|
desktop_default_session_env: xorg
|
|
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_i3_dotfiles:
|
|
- src: .config/autorandr/
|
|
dest: .config/autorandr/
|
|
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_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
|