diff options
Diffstat (limited to 'exwm-randr.el')
-rw-r--r-- | exwm-randr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm-randr.el b/exwm-randr.el index 4ce1752d9ee8..5caf875b2e3b 100644 --- a/exwm-randr.el +++ b/exwm-randr.el @@ -107,7 +107,7 @@ output nil)) (set-frame-parameter frame 'exwm-randr-output output) (set-frame-parameter frame 'exwm-geometry geometry))) - ;; Update workareas and set _NET_WORKAREA. + ;; Update workareas. (exwm-workspace--update-workareas) ;; Resize workspace. (dolist (f exwm-workspace--list) |