Re: [STUMP] Dim inactive monitor in dual head configuration
Dimitri Minaev <[email protected]>
| Newsgroups | gmane.comp.window-managers.stumpwm.devel |
|---|---|
| Message-ID | <[email protected]> |
On 06/03/2016 09:28 AM, Dimitri Minaev wrote: > On 06/02/2016 10:59 PM, Joram Schrijver wrote: >> There is also the problem that there is absolutely no guarantee that >> xrandr and StumpWM will list heads in the same order. In fact, for me, >> it's the other way around right now. > > But Stumpwm gets the list of head from `xdpyinfo -ext XINERAMA', right? > I could replace `xrandr' with the `xdpyinfo', too. Silly me. I'll have to use xrandr to set the brightness level. Well, the other option might be to copy that Python script: get the current window id, get its coordinates and find the monitor where these coordinates are located. Very awkward :(