aboutsummaryrefslogtreecommitdiffstats
path: root/sway/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/main.c b/sway/main.c
index 78974e22..a0033c45 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -413,6 +413,8 @@ int main(int argc, char **argv) {
413 goto shutdown; 413 goto shutdown;
414 } 414 }
415 415
416 set_rr_scheduling();
417
416 if (!server_start(&server)) { 418 if (!server_start(&server)) {
417 sway_terminate(EXIT_FAILURE); 419 sway_terminate(EXIT_FAILURE);
418 goto shutdown; 420 goto shutdown;