From 4dd14f6b18e683a95da4024175c857ef49b467e6 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 18 Jan 2013 23:32:42 +0100 Subject: Stumpwm: Change some UI settings - Change the font used. - Use the `:thin' border style to hide windows behind certain other windows. For example: When using Emacs and conkeror, if conkeror is placed behind emacs and the border is `:tight' I will see a tiny portion of the conkeror window on my screen (due to emacs' size hints). On the other hand if I use `:thick', it will use the border color to fill it up, with `:thin' it uses the unfocus-color. --- .stumpwmrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.stumpwmrc') diff --git a/.stumpwmrc b/.stumpwmrc index 8c258e7..91cddf0 100644 --- a/.stumpwmrc +++ b/.stumpwmrc @@ -97,7 +97,7 @@ (set-float-focus-color (colour :black)) (set-float-unfocus-color (colour :aluminium-6)) (set-focus-color (colour :black)) -(set-font "-*-dejavu sans mono-medium-r-*-*-15-*-*-*-*-*-iso10646-*") +(set-font "-*-tamsyn-medium-r-normal-*-17-*-*-*-*-0-iso8859-1") (set-unfocus-color (colour :aluminium-6)) (set-win-bg-color (colour :background)) @@ -105,16 +105,14 @@ :butter-1 :sky-blue-1 :plum-1 :cyan :aluminium-1))) (setf *input-window-gravity* :bottom-left) -(setf *maxsize-border-width* 1) (setf *message-window-gravity* :top-right) (setf *mode-line-background-color* (colour :background)) (setf *mode-line-border-color* (colour :aluminium-6)) (setf *mode-line-foreground-color* (colour :aluminium-1)) -(setf *normal-border-width* 1) (setf *shell-program* (getenv "SHELL")) (setf *transient-border-width* 1) -(setf *window-border-style* :tight) (setf *window-format* "%m%50t") +(setf *window-boder-style* :thin) (setf *screen-mode-line-format* (list "[%n]" '(:eval -- cgit v1.2.3-54-g00ecf