diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2017-03-03 21:31:42 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2017-03-03 21:31:42 +0100 |
commit | c0044eba31cdf3d575cdf8ae43aff1e7dc7a6529 (patch) | |
tree | 20aa47d4c1535f2fc89ea018f007069723c7ebd4 /st | |
parent | 0c371663f5bb5ea6f3e12318e9321bb0815e24a5 (diff) |
Update the configuration
Diffstat (limited to 'st')
-rw-r--r-- | st/config.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/st/config.h b/st/config.h index a88fdd1..7a1b84c 100644 --- a/st/config.h +++ b/st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char font[] = "DejaVu Sans Mono:pixelsize=15:antialias=true:autohint=true"; +static char font[] = "Inconsolata:size=13:antialias=true:autohint=true"; static int borderpx = 0; /* @@ -103,7 +103,7 @@ static const char *colorname[] = { "#5986b3", "#8659b3", "#59b386", - "#e6e6e6", + "#dddddd", /* 8 bright colors */ // "gray50", @@ -128,7 +128,7 @@ static const char *colorname[] = { /* more colors can be added after 255 to use with DefaultXX */ "#cccccc", "#555555", - "#1c1c1c", + "#070707", }; @@ -176,8 +176,8 @@ static unsigned int defaultattr = 11; */ static MouseShortcut mshortcuts[] = { /* button mask string */ - { Button4, XK_ANY_MOD, "\031" }, - { Button5, XK_ANY_MOD, "\005" }, + { Button4, XK_ANY_MOD, "\031" }, + { Button5, XK_ANY_MOD, "\005" }, }; /* Internal keyboard shortcuts. */ |