ErikReider / SwayNotificationCenter

A simple GTK based notification daemon for SwayWM
GNU General Public License v3.0
1.3k stars 62 forks source link

Ability to use GTK Inspector #153

Closed thomascft closed 1 year ago

thomascft commented 2 years ago

Is there a way to use GTK_DEBUG=interctive swaync effectively? When I try to select items in the inspector it closes the notification shade. Could you add a flag to the client?

ErikReider commented 2 years ago

This is due to the "click to close" functionality of the ControlCenter. ~What I can do is to disable click to close when the GTK_DEBUG=interctive variable is passed to swaync~

ErikReider commented 2 years ago

I might have misspoken... A large GTK window covers the whole screen to grab the clicks and I'm not sure if I'm able to pass those click events through to windows below...

For now, you can always navigate the structure in the GUI without the "click to inspect" feature

ErikReider commented 1 year ago

So the builtin Gdk.Window.pass_through option which would enable me to fix this isn't working. Probably only works on Gnome... Try what I mentioned above :)

paul-ri commented 1 year ago

After clicking on "select items" it closes the notification panel for me too. Yet, on Sway, simply re-opening it with the keyboard shortcut associated to it allows to select the items