aewl
changeset 781:1ec698ca43c5
added sxiv
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Mon, 05 Sep 2011 21:32:16 +0200 |
parents | 257703c696b4 |
children | f1e806b34697 |
files | config.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/config.h Tue Jun 15 21:07:30 2010 +0200 1.2 +++ b/config.h Mon Sep 05 21:32:16 2011 +0200 1.3 @@ -10,6 +10,7 @@ 1.4 #define DEFMODE domax /* dotile */ 1.5 1.6 #define FONT "-*-terminus-medium-*-*-*-19-*-*-*-*-*-*-*" 1.7 +/*#define FONT "fixed"*/ 1.8 #define NORMBGCOLOR "#333333" 1.9 #define NORMFGCOLOR "#bbbbbb" 1.10 #define SELBGCOLOR "#eec900" 1.11 @@ -47,6 +48,7 @@ 1.12 /* class, instance, title, tag (1=tag/0=untag/-1=curr), isfloat */ \ 1.13 { "URxvt", NULL, NULL, 0, False }, \ 1.14 { "MPlayer", NULL, NULL, -1, True }, \ 1.15 + { "sxiv", NULL, NULL, -1, False }, \ 1.16 { NULL, NULL, "qiv", -1, False }, \ 1.17 { "Gimp", NULL, NULL, 1, True }, \ 1.18 { "", "", "", 1, False }, \