stumpwm/stumpwmrc.lisp
This commit is contained in:
parent
74c49fab14
commit
e65583e420
1 changed files with 5 additions and 3 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue