.sawfish/rc

This commit is contained in:
Tom Willemsen 2012-11-20 02:12:42 +01:00
parent 9c426f266e
commit a5d05d1753

View file

@ -58,7 +58,7 @@ raise it."
(first (car windows)) (first (car windows))
(w (if (equal first (input-focus)) (last windows) first))) (w (if (equal first (input-focus)) (last windows) first)))
(if w (display-window w) (if w (display-window w)
(run-shell-command command)))) (call-command `(run-shell-command ,command)))))
(setq default-frame-style 'naquadah) (setq default-frame-style 'naquadah)
(setq prompt-color (cons (get-color "#eeeeec") (setq prompt-color (cons (get-color "#eeeeec")