mirror of
https://github.com/swaywm/sway.git
synced 2025-11-12 13:29:56 -05:00
Add output config
This commit is contained in:
parent
3fe64482bb
commit
aaae59026f
8 changed files with 512 additions and 2 deletions
|
|
@ -404,6 +404,10 @@ int main(int argc, char **argv) {
|
|||
|
||||
security_sanity_check();
|
||||
|
||||
// TODO: wait for server to be ready
|
||||
// TODO: consume config->cmd_queue
|
||||
config->active = true;
|
||||
|
||||
if (!terminate_request) {
|
||||
server_run(&server);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue