diff --git a/exwm-workspace.el b/exwm-workspace.el index 705da30..bf8655c 100644 --- a/exwm-workspace.el +++ b/exwm-workspace.el @@ -938,7 +938,7 @@ INDEX must not exceed the current number of workspaces." (set-frame-parameter new-frame 'exwm-container container) (make-frame-invisible new-frame) (set-frame-size new-frame - (frame-pixel-width old-frame) + (- (frame-pixel-width old-frame) 1) (frame-pixel-height old-frame) t) (xcb:+request exwm--connection