about summary refs log tree commit diff
path: root/exwm-randr.el
diff options
context:
space:
mode:
Diffstat (limited to 'exwm-randr.el')
-rw-r--r--exwm-randr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm-randr.el b/exwm-randr.el
index 07a000c3b3..74938d6b71 100644
--- a/exwm-randr.el
+++ b/exwm-randr.el
@@ -164,7 +164,7 @@
         (add-hook 'exwm-workspace-list-change-hook #'exwm-randr--refresh))))
   ;; Prevent frame parameters introduced by this module from being
   ;; saved/restored.
-  (dolist (i '(exwm-randr-output exwm-geometry))
+  (dolist (i '(exwm-randr-output))
     (push (cons i :never) frameset-filter-alist)))
 
 (defun exwm-randr--exit ()