aboutsummaryrefslogtreecommitdiff
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c
index 4e64bd3a..70f2d706 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -441,6 +441,11 @@ bool load_main_config(const char *file, bool is_active, bool validating) {
config->reloading = true;
config->active = true;
+ // xwayland can only be enabled/disabled at launch
+ sway_log(SWAY_DEBUG, "xwayland will remain %s",
+ old_config->xwayland ? "enabled" : "disabled");
+ config->xwayland = old_config->xwayland;
+
if (old_config->swaybg_client != NULL) {
wl_client_destroy(old_config->swaybg_client);
}