Allow user to provide a different configuration per host
This commit is contained in:
parent
82d5350ded
commit
d8113f6228
10 changed files with 238 additions and 30 deletions
47
host_vars/kronos
Normal file
47
host_vars/kronos
Normal file
|
@ -0,0 +1,47 @@
|
|||
mobile_platform: false
|
||||
|
||||
monitors:
|
||||
- desc: "LG Electronics LG ULTRAGEAR 311NTZN8J917"
|
||||
output: "DP-1"
|
||||
resolution: "2560x1440@120"
|
||||
position: "1440x1440"
|
||||
background:
|
||||
file: "bg1.png"
|
||||
mode: "fill"
|
||||
|
||||
- desc: "LG Electronics LG ULTRAGEAR 311NTVS8J911"
|
||||
output: "DP-2"
|
||||
resolution: "2560x1440@120"
|
||||
position: "1440x0"
|
||||
background:
|
||||
file: "bg0.png"
|
||||
mode: "fill"
|
||||
|
||||
- desc: "Acer Technologies KG271U TATEE0048524"
|
||||
output: "HDMI-A-4"
|
||||
resolution: "2560x1440@120"
|
||||
position: "0x320"
|
||||
transform: 3
|
||||
background:
|
||||
file: "bgv0.png"
|
||||
mode: "fill"
|
||||
|
||||
workspaces:
|
||||
- id: 1
|
||||
monitor: "LG Electronics LG ULTRAGEAR 311NTZN8J917"
|
||||
default: true
|
||||
- id: 2
|
||||
monitor: "LG Electronics LG ULTRAGEAR 311NTVS8J911"
|
||||
default: true
|
||||
- id: 3
|
||||
monitor: "Acer Technologies KG271U TATEE0048524"
|
||||
default: true
|
||||
layoutopt_orientation: "top"
|
||||
on_created_empty: "flatpak run com.discordapp.Discord & keepassxc"
|
||||
- id: 9
|
||||
monitor: "LG Electronics LG ULTRAGEAR 311NTVS8J911"
|
||||
|
||||
autostart:
|
||||
- command: "spotify --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
||||
workspace: 9
|
||||
silent: true
|
Loading…
Add table
Add a link
Reference in a new issue