X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=602d7f62ebb20d1a3d6b9b0280d4fb635b0184d8;hb=0e515a06c8231f1dddc50d86d17eb51634783eca;hp=5a9a3ca70e7811e846b68c6e2b0002b69833d6cd;hpb=ae760f3f3883cbb4249d46d2213c86696c64cd04;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 5a9a3ca..602d7f6 100644 --- a/config.arg.h +++ b/config.arg.h @@ -4,12 +4,12 @@ #define BARPOS BarTop /* BarBot, BarOff */ #define BORDERPX 1 #define FONT "-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*" -#define NORMBORDERCOLOR "#333" -#define NORMBGCOLOR "#222" -#define NORMFGCOLOR "#ccc" -#define SELBORDERCOLOR "#59a" -#define SELBGCOLOR "#555" -#define SELFGCOLOR "#fff" +#define NORMBORDERCOLOR "#cccc99" +#define NORMFGCOLOR "#000000" +#define NORMBGCOLOR "#99cc99" +#define SELBORDERCOLOR "#669966" +#define SELFGCOLOR "#000000" +#define SELBGCOLOR "#ccffcc" /* tagging */ #define TAGS \ @@ -31,7 +31,7 @@ static Layout layouts[] = { \ { "[]=", tile }, /* first entry is default */ \ { "><>", floating }, \ }; -#define RESIZEHINTS False /* True - respect size hints in tiled resizals */ +#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 */ @@ -44,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 '#ffffea' -fg '#222222' -cr '#222222' +sb -fn '"FONT"'" }, \ { MODKEY, XK_space, setlayout, NULL }, \ { MODKEY, XK_b, togglebar, NULL }, \ { MODKEY, XK_j, focusnext, NULL }, \