diff options
| author | 2026-01-02 07:08:22 -0800 | |
|---|---|---|
| committer | 2026-01-02 07:08:22 -0800 | |
| commit | 1a09bd616a425c3769bb01a64bc2175fad7ab4be (patch) | |
| tree | 1436dee51d68023627cf9c5b1d5f60d888060cef | |
| parent | 3c07a58b70b4a4e93f0ee34f6c3b122c561f4b84 (diff) | |
| download | new-dotfiles-1a09bd616a425c3769bb01a64bc2175fad7ab4be.tar.gz new-dotfiles-1a09bd616a425c3769bb01a64bc2175fad7ab4be.zip | |
stumpwm: Show messages and inputs more centrally/obviously
| -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) |
