diff options
Diffstat (limited to 'visual.lisp')
| -rw-r--r-- | visual.lisp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/visual.lisp b/visual.lisp new file mode 100644 index 0000000..edd0454 --- /dev/null +++ b/visual.lisp @@ -0,0 +1,7 @@ +(defpackage #:config.visual + (:use #:cl #:config #:stumpwm)) +(in-package #:config.visual) + +(set-focus-color "cyan") +(setf *window-border-style* :thin) +(setf *set-msg-border-width* 1) |
