mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
Do some small cleanup
- Fix workspace events (security config isn't in use so it wasn't being sent) - Kill status bar process when swaybar exits - Don't rearrange windows on every layer surface commit
This commit is contained in:
parent
5f5076baff
commit
f3fbf19312
3 changed files with 2 additions and 24 deletions
|
@ -76,5 +76,6 @@ struct status_line *status_line_init(char *cmd) {
|
|||
void status_line_free(struct status_line *status) {
|
||||
close(status->read_fd);
|
||||
close(status->write_fd);
|
||||
kill(status->pid, SIGTERM);
|
||||
free(status);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue