mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
Invoke only one swaybg process
This commit is contained in:
parent
5f36378cd9
commit
b2bf05190c
8 changed files with 101 additions and 68 deletions
|
|
@ -474,11 +474,11 @@ void free_sway_binding(struct sway_binding *sb);
|
|||
|
||||
struct sway_binding *sway_binding_dup(struct sway_binding *sb);
|
||||
|
||||
void load_swaybars();
|
||||
void load_swaybars(void);
|
||||
|
||||
void invoke_swaybar(struct bar_config *bar);
|
||||
|
||||
void terminate_swaybg(pid_t pid);
|
||||
void load_swaybg(void);
|
||||
|
||||
struct bar_config *default_bar_config(void);
|
||||
|
||||
|
|
|
|||
|
|
@ -31,8 +31,6 @@ struct sway_output {
|
|||
|
||||
struct wl_list link;
|
||||
|
||||
pid_t bg_pid;
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
} events;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue