We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2438fae commit 4a9a92bCopy full SHA for 4a9a92b
src/notificationWindow/notificationWindow.vala
@@ -46,6 +46,11 @@ namespace SwayNotificationCenter {
46
});
47
this.unmap.connect (() => {
48
debug ("NotificationWindow un-mapped");
49
+
50
+ // Destroy the wl_surface to get a new "enter-monitor" signal and
51
+ // fixes issues where keyboard shortcuts stop working after clearing
52
+ // all notifications.
53
+ ((Gtk.Widget) this).unrealize ();
54
55
56
// TODO: Make option
0 commit comments