mirror of
https://github.com/emacs-exwm/exwm.git
synced 2024-11-23 21:17:59 +01:00
Minor fix for window move
* exwm-workspace.el (exwm-workspace-move-window): Move to selected instead of the first window of a frame (workspace).
This commit is contained in:
parent
dbcabe7946
commit
cfbd9a5a45
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ The optional FORCE option is for internal use only."
|
|||
:parent (frame-parameter frame 'exwm-window-id)
|
||||
:x 0 :y 0))
|
||||
(xcb:flush exwm--connection)
|
||||
(set-window-buffer (frame-first-window frame)
|
||||
(set-window-buffer (frame-selected-window frame)
|
||||
(exwm--id->buffer id)))))
|
||||
(exwm-workspace--update-switch-history)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue