From 2904556791755a3f15ee982f967426f2d4f548c4 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Fri, 31 Jul 2015 18:12:23 -0400 Subject: [PATCH] add (as comments) settings for st_run --- config.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 244c686..87ec596 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,8 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char font[] = "Fantasque Sans Mono:pixelsize=16:antialias=true:autohint=false"; -static int borderpx = 1; +//static int borderpx = 25; // setting for run dialog +static int borderpx = 1; // normal setting static int histsize = 2000; static char shell[] = "/bin/sh"; static char *utmp = NULL; @@ -58,7 +59,8 @@ static unsigned int tabspaces = 4; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ - "#2e3436", + // "#0d1b51", // background for run dialog + "#2e3436", // normal background "#cc0000", "#4e9a06", "#c4a000", -- 1.7.10.4