Tagged Questions
2
votes
1answer
187 views
Is it possible to control window management in Gnome Shell using D-Bus?
I would like to programmatically be able to communicate with the Window Manager in Gnome 3, using D-Bus.
The tasks I would like to accomplish are:
listening for new windows
get window flags (e.g. ...
4
votes
2answers
620 views
Is it possible to raise a window using dbus in Gnome3?
I have recently shifted from KDE4 to Gnome3. In KDE you can create application specific keyboard shortcuts to raise windows. I typically create one each for firefox, thunderbird, my terminal etc. That ...