new windows and Native-focus-transparency.jl



Hey list,

I thought I'd mess around with xcompmgr and Native-focus-transparency.jl today and while it's working alright so far, new windows (that don't receive focus) never get the _NET_WM_WINDOW_OPACITY property. Has anyone else been able to fix this? Is there a window hook I could use?

I've tried:

;(add-hook 'add-window-hook dim-out-of-focus-hook)
;(add-hook 'after-add-window-hook dim-out-of-focus-hook)
;(add-hook 'add-to-workspace-hook dim-out-of-focus-hook)
;(add-hook 'place-window-hook dim-out-of-focus-hook)
;(add-hook 'window-state-change-hook dim-out-of-focus-hook)
;(add-hook 'map-notify-hook dim-out-of-focus-hook)
;(add-hook 'shape-notify-hook dim-out-of-focus-hook)
;(add-hook 'workspace-swap-in-hook dim-out-of-focus-hook)
;(add-hook 'activate-window-hook dim-out-of-focus-hook)
;(add-hook 'before-add-window-hook dim-out-of-focus-hook)
;(add-hook 'configure-request-hook dim-out-of-focus-hook)

Many caused problems when restarting and those that didn't had no effect.

Thanks,

Mike


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]