From b91e39c1aa0f1caafbed68e57ff9494d8fe11701 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Sun, 14 May 2023 15:34:41 +0200 Subject: [PATCH] Fixed Control Center not using layer shell config option --- src/swayncDaemon/swayncDaemon.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swayncDaemon/swayncDaemon.vala b/src/swayncDaemon/swayncDaemon.vala index 19f9b6f..4efbd3f 100644 --- a/src/swayncDaemon/swayncDaemon.vala +++ b/src/swayncDaemon/swayncDaemon.vala @@ -27,8 +27,8 @@ namespace SwayNotificationCenter { public SwayncDaemon () { // Init noti_daemon - this.noti_daemon = new NotiDaemon (this); this.use_layer_shell = ConfigModel.instance.layer_shell; + this.noti_daemon = new NotiDaemon (this); Bus.own_name (BusType.SESSION, "org.freedesktop.Notifications", BusNameOwnerFlags.NONE, on_noti_bus_aquired,