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
26
host_vars/zeus
Normal file
26
host_vars/zeus
Normal file
|
@ -0,0 +1,26 @@
|
|||
mobile_platform: true
|
||||
|
||||
monitors:
|
||||
- desc: "BOE 0x07C9"
|
||||
output: "eDP-1"
|
||||
resolution: "1920x1080@60"
|
||||
background:
|
||||
file: "bg0.png"
|
||||
mode: "fill"
|
||||
|
||||
workspaces:
|
||||
- id: 1
|
||||
monitor: "BOE 0x07C9"
|
||||
default: true
|
||||
- id: 8
|
||||
monitor: "BOE 0x07C9"
|
||||
- id: 9
|
||||
monitor: "BOE 0x07C9"
|
||||
|
||||
autostart:
|
||||
- command: "keepassxc"
|
||||
workspace: 8
|
||||
silent: true
|
||||
- command: "spotify --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
||||
workspace: 9
|
||||
silent: true
|
Loading…
Add table
Add a link
Reference in a new issue