summaryrefslogtreecommitdiffstats
path: root/stumpwm
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-08-31 09:52:35 +0200
committerGravatar Tom Willemsen2012-08-31 09:52:35 +0200
commite65583e420e55058895e7e8cff7aa214d8bb4318 (patch)
tree996f61e6cc86cb67f6446b4bd3f3981a790d19f4 /stumpwm
parent74c49fab14e13f10acc613d66b1c550ff8cb7cb5 (diff)
downloaddotfiles-e65583e420e55058895e7e8cff7aa214d8bb4318.tar.gz
dotfiles-e65583e420e55058895e7e8cff7aa214d8bb4318.zip
stumpwm/stumpwmrc.lisp
Diffstat (limited to 'stumpwm')
-rw-r--r--stumpwm/stumpwmrc.lisp8
1 files changed, 5 insertions, 3 deletions
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)))