mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Parse output background config
This commit is contained in:
parent
392f02da64
commit
79b277fe9b
2 changed files with 39 additions and 2 deletions
|
|
@ -43,6 +43,8 @@ struct output_config {
|
|||
bool enabled;
|
||||
int width, height;
|
||||
int x, y;
|
||||
char *background;
|
||||
char *background_option;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue