# HG changeset patch # User markus schnalke # Date 1315251136 -7200 # Node ID 1ec698ca43c57b61b5a48665f3a10fe465110633 # Parent 257703c696b40bbb58f4fcaece47fe2438786adf added sxiv diff -r 257703c696b4 -r 1ec698ca43c5 config.h --- 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 }, \