From 1a09bd616a425c3769bb01a64bc2175fad7ab4be Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 2 Jan 2026 07:08:22 -0800 Subject: stumpwm: Show messages and inputs more centrally/obviously --- oni/home/services/stumpwm/stumpwm.lisp | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.3-2-g0d8e