.sawfish/rc

This commit is contained in:
Tom Willemsen 2012-11-28 10:15:12 +01:00
parent b229154af6
commit ccef0f92bc

View file

@ -60,7 +60,9 @@ raise it."
(if w (display-window w) (if w (display-window w)
(call-command `(run-shell-command ,command))))) (call-command `(run-shell-command ,command)))))
(setq custom-show-symbols t)
(setq default-frame-style 'naquadah) (setq default-frame-style 'naquadah)
(setq default-font (get-font-typed "Xft" "Monaco-10"))
(setq grow-is-maximize nil) (setq grow-is-maximize nil)
(setq prompt-color (cons (get-color "#eeeeec") (setq prompt-color (cons (get-color "#eeeeec")
(get-color "#111113"))) (get-color "#111113")))