Skip to content

Instantly share code, notes, and snippets.

View daveloyall's full-sized avatar

David Loyall daveloyall

  • Omaha, NE
View GitHub Profile
@valvallow
valvallow / .stumpwmrc.lisp
Last active December 6, 2019 22:21
.stumpwmrc
(in-package :stumpwm)
;;
;; settings
;;
(set-focus-color "DarkRed")
(set-unfocus-color "black")
(set-win-bg-color "black")
(set-fg-color "white")
(set-bg-color "black")