diff --git a/stumpwm/stumpwmrc.lisp b/stumpwm/stumpwmrc.lisp index 1bed825..4a08388 100644 --- a/stumpwm/stumpwmrc.lisp +++ b/stumpwm/stumpwmrc.lisp @@ -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)))