X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=fbf01ba93a4fbe554d9061d831ab0503a986f42c;hb=c4b3c0d97978c03ad24039e7edf86606f8370a49;hp=5cac5b53c7b11cdb59e0d7cfd31be7d2ae9855df;hpb=a923298d3577dca0e69fd70edbef56c7822258e3;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 5cac5b5..fbf01ba 100644 --- a/config.arg.h +++ b/config.arg.h @@ -3,13 +3,13 @@ /* appearance */ #define BARPOS BarTop /* BarBot, BarOff */ #define BORDERPX 1 -#define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-iso10646-*" -#define NORMBORDERCOLOR "#333" -#define NORMBGCOLOR "#222" -#define NORMFGCOLOR "#ccc" -#define SELBORDERCOLOR "#59a" -#define SELBGCOLOR "#555" -#define SELFGCOLOR "#fff" +#define FONT "-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*" +#define NORMBORDERCOLOR "#cccc99" +#define NORMFGCOLOR "#000000" +#define NORMBGCOLOR "#ffffea" +#define SELBORDERCOLOR "#669966" +#define SELFGCOLOR "#000000" +#define SELBGCOLOR "#99cc99" /* tagging */ #define TAGS \ @@ -31,6 +31,7 @@ static Layout layouts[] = { \ { "[]=", tile }, /* first entry is default */ \ { "><>", floating }, \ }; +#define RESIZEHINTS True /* False - respect size hints in tiled resizals */ #define MWFACT 0.6 /* master width factor [0.1 .. 0.9] */ #define SNAP 32 /* snap pixel */ @@ -43,7 +44,7 @@ Key keys[] = { \ "exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \ " -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \ { MODKEY|ShiftMask, XK_Return, spawn, \ - "exec urxvtcd -tr -bg '#111' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" }, \ + "exec xterm -bg '"NORMBGCOLOR"' -fg '"NORMFGCOLOR"' -cr '"NORMFGCOLOR"' +sb -fn '"FONT"'" }, \ { MODKEY, XK_space, setlayout, NULL }, \ { MODKEY, XK_b, togglebar, NULL }, \ { MODKEY, XK_j, focusnext, NULL }, \