0

I am working on a Gnome shell extension. I have an actor which I add on uiGroup as

Main.uiGroup.add_actor( my_actor );

I also tried

Main.layoutManager.addChrome( my_actor );

as well with many options.

How can I get it sticked to the most back on window stack?

Thanks,

The_Cute_Hedgehog
  • 1,280
  • 13
  • 22

1 Answers1

0

I have tried many ways of doing that and it seems impossible. Instead, I developed an application called keep_below() method in GTK.

The_Cute_Hedgehog
  • 1,280
  • 13
  • 22