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/06/2016 09:52 PM, David Bjergaard wrote: > Hi, > > Here's some POC that might get you started, it wouldn't take much to generalize > and get the hooks right: >> (run-shell-command (format nil "transset -t --id ~a" (window-id (first >> (visible-windows))))) > One could imagine mapping over the visible windows and toggling their > transparancy as long as it didn't have focus. > > If I get further inspired I'll hack this into a module later (unless you'd like > to Dimitri :)) Hmm. Will inactive windows be completely transparent? Doesn't look like my ideal desktop. At least, this time your idea is completely within your technical competence :) I'll definitely try it out when you implement it.