Add support for xcb:Atom:_NET_CLIENT_LIST_STACKING etc
The _NET_CLIENT_LIST_STACKING EWMH property is essential for e.g. the tabbar of chromium to work correctly. * exwm-input.el: Remove invalid TODO item. * exwm.el (exwm--init-icccm-ewmh): Add xcb:Atom:_NET_CLIENT_LIST and xcb:Atom:_NET_CLIENT_LIST_STACKING to _NET_SUPPORTED. * exwm-layout.el (exwm-layout--refresh): Update _NET_CLIENT_LIST_STACKING. * exwm-manage.el (exwm-manage--manage-window, exwm-manage--unmanage-window): Update _NET_CLIENT_LIST.
This commit is contained in:
parent
eafd031c55
commit
5373c1df1a
4 changed files with 25 additions and 2 deletions
|
|
@ -32,7 +32,6 @@
|
|||
;; + Simulation keys to mimic Emacs key bindings for text edit (redo, select,
|
||||
;; cancel, clear, etc). Some of them are not present on common keyboard
|
||||
;; (keycode = 0). May need to use XKB extension.
|
||||
;; + Investigate DnD support (e.g. drag a chromium tab to another window).
|
||||
|
||||
;;; Code:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue