SwayNotificationCenter icon indicating copy to clipboard operation
SwayNotificationCenter copied to clipboard

Ability to use GTK Inspector

Open thomascft opened this issue 1 year ago • 2 comments

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?

thomascft avatar Aug 09 '22 20:08 thomascft

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 avatar Aug 15 '22 15:08 ErikReider

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 avatar Aug 15 '22 15:08 ErikReider

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 :)

ErikReider avatar Feb 22 '23 12:02 ErikReider

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

paul-ri avatar Feb 25 '23 17:02 paul-ri