[stumpwm] Move inputs and outputs to center

This commit is contained in:
Marcel Kapfer 2021-11-18 07:25:15 +01:00
parent 2e7620a3c2
commit 9ca85aa3c4
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 2 deletions

View File

@ -49,10 +49,10 @@
(gravity :center)
;; input bar position
(setf *input-window-gravity* :bottom)
(setf *input-window-gravity* :center)
;; message bar position
(setf *message-window-gravity* :bottom)
(setf *message-window-gravity* :center)
;; message timeout
(setf *timeout-wait* 3)