StumpWM: mmove output to bottom center

This commit is contained in:
Marcel Kapfer 2018-02-23 09:28:35 +01:00
parent 9cafbd8c52
commit 3d40cbe300
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 2 deletions

View File

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