summaryrefslogtreecommitdiffstats
path: root/swaybar
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar')
-rw-r--r--swaybar/tray/watcher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/swaybar/tray/watcher.c b/swaybar/tray/watcher.c
index 68052ed9..38151071 100644
--- a/swaybar/tray/watcher.c
+++ b/swaybar/tray/watcher.c
@@ -185,8 +185,8 @@ struct swaybar_watcher *create_watcher(char *protocol, sd_bus *bus) {
185 goto error; 185 goto error;
186 } 186 }
187 187
188 sd_bus_slot_set_floating(signal_slot, 0); 188 sd_bus_slot_set_floating(signal_slot, 1);
189 sd_bus_slot_set_floating(vtable_slot, 0); 189 sd_bus_slot_set_floating(vtable_slot, 1);
190 190
191 watcher->bus = bus; 191 watcher->bus = bus;
192 watcher->hosts = create_list(); 192 watcher->hosts = create_list();