mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
Merge df9265b29a into 307b26a149
This commit is contained in:
commit
2b6e697b36
5 changed files with 196 additions and 256 deletions
|
|
@ -493,6 +493,7 @@ struct sway_config {
|
|||
|
||||
// swaybg
|
||||
char *swaybg_command;
|
||||
char **swaybg_full_command;
|
||||
struct wl_client *swaybg_client;
|
||||
struct wl_listener swaybg_client_destroy;
|
||||
|
||||
|
|
@ -603,6 +604,7 @@ void config_add_swaynag_warning(char *fmt, ...);
|
|||
/**
|
||||
* Free config struct
|
||||
*/
|
||||
void free_swaybg_full_command(char** cmd);
|
||||
void free_config(struct sway_config *config);
|
||||
|
||||
void free_sway_variable(struct sway_variable *var);
|
||||
|
|
@ -661,7 +663,7 @@ struct output_config *store_output_config(struct output_config *oc);
|
|||
|
||||
struct output_config *find_output_config(struct sway_output *output);
|
||||
|
||||
void apply_output_config_to_outputs(struct output_config *oc);
|
||||
void apply_output_config_to_outputs();
|
||||
|
||||
void reset_outputs(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue