Tagged Questions
2
votes
1answer
186 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. ...
5
votes
1answer
506 views
X, Xorg and D-Bus: what is the difference?
In the process of learning to do certain things in GUI programming (e.g., reserving space on the screen for an application), I have to learn more about the Window Manager, usually X11 on Linux (I'm ...
5
votes
3answers
276 views
Power management hook for running *X11* scripts on wake
Earlier I asked a similar question, but that one was about running system-level scripts.
I have a script that runs a series of xinput commands in order to enable two-finger scrolling on my touchpad. ...