Mercurial > 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 wrap: on
line diff
--- a/config.h Tue Jun 15 21:07:30 2010 +0200 +++ b/config.h Mon Sep 05 21:32:16 2011 +0200 @@ -10,6 +10,7 @@ #define DEFMODE domax /* dotile */ #define FONT "-*-terminus-medium-*-*-*-19-*-*-*-*-*-*-*" +/*#define FONT "fixed"*/ #define NORMBGCOLOR "#333333" #define NORMFGCOLOR "#bbbbbb" #define SELBGCOLOR "#eec900" @@ -47,6 +48,7 @@ /* class, instance, title, tag (1=tag/0=untag/-1=curr), isfloat */ \ { "URxvt", NULL, NULL, 0, False }, \ { "MPlayer", NULL, NULL, -1, True }, \ + { "sxiv", NULL, NULL, -1, False }, \ { NULL, NULL, "qiv", -1, False }, \ { "Gimp", NULL, NULL, 1, True }, \ { "", "", "", 1, False }, \