Change output template and variable
This commit is contained in:
parent
3a4df1d28a
commit
9ce66100ab
2 changed files with 4 additions and 5 deletions
|
@ -37,14 +37,13 @@ sway_outputs:
|
|||
- id: 'all'
|
||||
name: '*'
|
||||
options:
|
||||
- option: 'bg'
|
||||
value: '/usr/share/backgrounds/sway/sway_wallpaper_blue_1920x1080.png fill'
|
||||
bg: '/usr/share/backgrounds/sway/sway_wallpaper_blue_1920x1080.png fill'
|
||||
``````
|
||||
This example reproduce default beaviour:
|
||||
|
||||
* `id`: display id, useful for (future) kanshi configuration role
|
||||
* `name`: name of display, this can be found with `swaymsg -t get_outputs`
|
||||
* `options`: list of options
|
||||
* `options`: list of options, format: `<option>: <value>`
|
||||
|
||||
### Input
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue