diff options
Diffstat (limited to 'exwm-workspace.el')
-rw-r--r-- | exwm-workspace.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/exwm-workspace.el b/exwm-workspace.el index 7b18cde5c1e7..ac4cb982dae7 100644 --- a/exwm-workspace.el +++ b/exwm-workspace.el @@ -62,7 +62,9 @@ By default `number-to-string' is applied which yields 0 1 2 ... ." :type 'function) (defcustom exwm-workspace-minibuffer-position nil - "Position of the minibuffer frame." + "Position of the minibuffer frame. + +A restart is required for this change to take effect." :type '(choice (const :tag "Bottom (fixed)" nil) (const :tag "Bottom (auto-hide)" bottom) (const :tag "Top (auto-hide)" top))) |