diff options
Diffstat (limited to 'exwm-input.el')
-rw-r--r-- | exwm-input.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/exwm-input.el b/exwm-input.el index d194b53821b4..0c8853c5f338 100644 --- a/exwm-input.el +++ b/exwm-input.el @@ -927,6 +927,10 @@ where both ORIGINAL-KEY and SIMULATED-KEY are key sequences." :visual 0 :value-mask xcb:CW:EventMask :event-mask xcb:EventMask:PropertyChange)) + (xcb:+request exwm--connection + (make-instance 'xcb:ewmh:set-_NET_WM_NAME + :window exwm-input--timestamp-window + :data "EXWM: exwm-input--timestamp-window")) (let ((atom "_TIME")) (setq exwm-input--timestamp-atom (slot-value (xcb:+request-unchecked+reply exwm--connection |