Issue 131 in xmonad: We need a mouse interface to the decoration layer

Issue 131: We need a mouse interface to the decoration layer http://code.google.com/p/xmonad/issues/detail?id=131 New issue report by andrea.rossato: At the present time the decoration layer doesn't implement any mouse interface. This is partially due to the fact that modifiers are not allowed to call "focus window"): see the discussion in issue #111 But there is another problem: the interaction with the underlying WindowArranger. Since the window arranger, which takes track of modified geometries, is implemented purely, a possibility could be a message interface system between the decoration modifier and the arranger modifier. I need to collect some ideas on you to deal cleanly with this problem. My starting idea, anyway, is to implement that interface in the DecorationStyle class, with safe default methods, but the possibility of users/developers to provide their own implementation. Issue attributes: Status: Accepted Owner: andrea.rossato Labels: Type-Defect Priority-Medium -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
participants (1)
-
codesite-noreply@google.com