StumpWM: mmove output to bottom center
This commit is contained in:
parent
9cafbd8c52
commit
3d40cbe300
1 changed files with 2 additions and 2 deletions
|
@ -33,10 +33,10 @@
|
||||||
(gravity :center)
|
(gravity :center)
|
||||||
|
|
||||||
;; input bar position
|
;; input bar position
|
||||||
(setf *input-window-gravity* :center)
|
(setf *input-window-gravity* :bottom)
|
||||||
|
|
||||||
;; message bar position
|
;; message bar position
|
||||||
(setf *message-window-gravity* :center)
|
(setf *message-window-gravity* :bottom)
|
||||||
|
|
||||||
;; message timeout
|
;; message timeout
|
||||||
(setf *timeout-wait* 3)
|
(setf *timeout-wait* 3)
|
||||||
|
|
Loading…
Reference in a new issue