diff options
| author | 2026-01-13 16:55:56 -0800 | |
|---|---|---|
| committer | 2026-01-13 16:55:56 -0800 | |
| commit | bdb74d87333257ab8d07d5085465b1015e1e9106 (patch) | |
| tree | 05ba69b3ee2ffd89429610ed55fd47f434c1c559 | |
| parent | 5307bf9c7c31c6391c1cb5ae181e35c2a799b6ee (diff) | |
| download | new-dotfiles-bdb74d87333257ab8d07d5085465b1015e1e9106.tar.gz new-dotfiles-bdb74d87333257ab8d07d5085465b1015e1e9106.zip | |
Stumpwm: Fix input window position
| -rw-r--r-- | oni/home/services/stumpwm/stumpwm.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oni/home/services/stumpwm/stumpwm.lisp b/oni/home/services/stumpwm/stumpwm.lisp index 1ace9fd..d4f882d 100644 --- a/oni/home/services/stumpwm/stumpwm.lisp +++ b/oni/home/services/stumpwm/stumpwm.lisp @@ -101,7 +101,7 @@ after it has been unlocked." "")) "[ %d ] ")) (setf *message-window-gravity* :center - *message-window-input-gravity* :top + *message-window-input-gravity* :top-right *input-window-gravity* :top) ;;; Redefinition of the make mode-line window to add the Dock window type. |
