diff options
| -rw-r--r-- | oni/home/services/stumpwm/stumpwm.lisp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/oni/home/services/stumpwm/stumpwm.lisp b/oni/home/services/stumpwm/stumpwm.lisp index 991abc7..1ace9fd 100644 --- a/oni/home/services/stumpwm/stumpwm.lisp +++ b/oni/home/services/stumpwm/stumpwm.lisp @@ -100,6 +100,9 @@ after it has been unlocked." "^*5^B[ VPN ]^b^n " "")) "[ %d ] ")) +(setf *message-window-gravity* :center + *message-window-input-gravity* :top + *input-window-gravity* :top) ;;; Redefinition of the make mode-line window to add the Dock window type. (defun stumpwm::make-mode-line-window (screen) |
