[stumpwm] Move inputs and outputs to center
This commit is contained in:
parent
2e7620a3c2
commit
9ca85aa3c4
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue