| 377 | public: |
| 378 | using WayfireShellApp::WayfireShellApp; |
| 379 | static void create(int argc, char **argv) |
| 380 | { |
| 381 | WayfireShellApp::instance = |
| 382 | std::make_unique<WayfireBackgroundApp>(argc, argv); |
| 383 | g_unix_signal_add(SIGUSR1, sigusr1_handler, (void*)instance.get()); |
| 384 | instance->run(); |
| 385 | } |
| 386 | |
| 387 | void handle_new_output(WayfireOutput *output) override |
| 388 | { |