stumpwm/stumpwmrc.lisp

This commit is contained in:
Tom Willemsen 2012-08-31 09:52:35 +02:00
parent 74c49fab14
commit e65583e420

View file

@ -108,10 +108,11 @@
(setf *screen-mode-line-format*
(list "[%n]"
'(:eval
(format nil " | ryu: ~D | gmail: ~D | aethon: ~D | "
(format nil " | ryu: ~D | gmail: ~D | aethon: ~D | 9f: ~D | "
(get-mail-count "ryuslash.org")
(get-mail-count "gmail")
(get-mail-count "aethon")))
(get-mail-count "aethon")
(get-mail-count "ninthfloor")))
'(:eval
(format-expand *window-formatters* *window-format*
(current-window)))))
@ -145,7 +146,8 @@
(define-frame-preference "Default"
(0 t nil :class "Emacs")
(1 t nil :class "Firefox")
(1 t nil :class "URxvt"))
(1 t nil :class "URxvt")
(1 t nil :class "Conkeror"))
(if (not (head-mode-line (current-head)))
(toggle-mode-line (current-screen) (current-head)))