Mercurial > dwm-meillo
annotate config.default.h @ 750:3d957a703ce2 default tip
added absolute path to halt
author | meillo@marmaro.de |
---|---|
date | Thu, 05 Jul 2007 22:05:11 +0200 |
parents | 6692d7e7e156 |
children |
rev | line source |
---|---|
749
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
1 /* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com> |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
2 * See LICENSE file for license details. |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
3 */ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
4 |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
5 #define TAGS \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
6 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL }; |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
7 |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
8 #define BORDERPX 1 |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
9 #define DEFMODE dotile /* dofloat */ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
10 #define FLOATSYMBOL "><>" |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
11 #define TILESYMBOL "[]=" |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
12 |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
13 #define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*" |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
14 #define NORMBORDERCOLOR "#dddddd" |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
15 #define NORMBGCOLOR "#eeeeee" |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
16 #define NORMFGCOLOR "#222222" |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
17 #define SELBORDERCOLOR "#ff0000" |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
18 #define SELBGCOLOR "#006699" |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
19 #define SELFGCOLOR "#ffffff" |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
20 |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
21 #define MASTER 600 /* per thousand */ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
22 #define MODKEY Mod1Mask |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
23 #define NMASTER 1 /* clients in master area */ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
24 #define SNAP 20 /* pixel */ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
25 #define TOPBAR True /* False */ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
26 |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
27 #define KEYS \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
28 static Key key[] = { \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
29 /* modifier key function argument */ \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
30 { MODKEY|ShiftMask, XK_Return, spawn, { .cmd = "exec xterm" } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
31 { MODKEY, XK_Tab, focusnext, { 0 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
32 { MODKEY|ShiftMask, XK_Tab, focusprev, { 0 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
33 { MODKEY, XK_Return, zoom, { 0 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
34 { MODKEY, XK_g, resizemaster, { .i = 15 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
35 { MODKEY, XK_s, resizemaster, { .i = -15 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
36 { MODKEY, XK_i, incnmaster, { .i = 1 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
37 { MODKEY, XK_d, incnmaster, { .i = -1 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
38 { MODKEY|ShiftMask, XK_0, tag, { .i = -1 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
39 { MODKEY|ShiftMask, XK_1, tag, { .i = 0 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
40 { MODKEY|ShiftMask, XK_2, tag, { .i = 1 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
41 { MODKEY|ShiftMask, XK_3, tag, { .i = 2 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
42 { MODKEY|ShiftMask, XK_4, tag, { .i = 3 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
43 { MODKEY|ShiftMask, XK_5, tag, { .i = 4 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
44 { MODKEY|ShiftMask, XK_6, tag, { .i = 5 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
45 { MODKEY|ShiftMask, XK_7, tag, { .i = 6 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
46 { MODKEY|ShiftMask, XK_8, tag, { .i = 7 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
47 { MODKEY|ShiftMask, XK_9, tag, { .i = 8 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
48 { MODKEY|ControlMask|ShiftMask, XK_1, toggletag, { .i = 0 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
49 { MODKEY|ControlMask|ShiftMask, XK_2, toggletag, { .i = 1 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
50 { MODKEY|ControlMask|ShiftMask, XK_3, toggletag, { .i = 2 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
51 { MODKEY|ControlMask|ShiftMask, XK_4, toggletag, { .i = 3 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
52 { MODKEY|ControlMask|ShiftMask, XK_5, toggletag, { .i = 4 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
53 { MODKEY|ControlMask|ShiftMask, XK_6, toggletag, { .i = 5 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
54 { MODKEY|ControlMask|ShiftMask, XK_7, toggletag, { .i = 6 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
55 { MODKEY|ControlMask|ShiftMask, XK_8, toggletag, { .i = 7 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
56 { MODKEY|ControlMask|ShiftMask, XK_9, toggletag, { .i = 8 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
57 { MODKEY|ShiftMask, XK_c, killclient, { 0 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
58 { MODKEY, XK_space, togglemode, { 0 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
59 { MODKEY|ShiftMask, XK_space, togglefloat, { 0 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
60 { MODKEY, XK_0, view, { .i = -1 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
61 { MODKEY, XK_1, view, { .i = 0 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
62 { MODKEY, XK_2, view, { .i = 1 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
63 { MODKEY, XK_3, view, { .i = 2 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
64 { MODKEY, XK_4, view, { .i = 3 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
65 { MODKEY, XK_5, view, { .i = 4 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
66 { MODKEY, XK_6, view, { .i = 5 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
67 { MODKEY, XK_7, view, { .i = 6 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
68 { MODKEY, XK_8, view, { .i = 7 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
69 { MODKEY, XK_9, view, { .i = 8 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
70 { MODKEY|ControlMask, XK_1, toggleview, { .i = 0 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
71 { MODKEY|ControlMask, XK_2, toggleview, { .i = 1 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
72 { MODKEY|ControlMask, XK_3, toggleview, { .i = 2 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
73 { MODKEY|ControlMask, XK_4, toggleview, { .i = 3 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
74 { MODKEY|ControlMask, XK_5, toggleview, { .i = 4 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
75 { MODKEY|ControlMask, XK_6, toggleview, { .i = 5 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
76 { MODKEY|ControlMask, XK_7, toggleview, { .i = 6 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
77 { MODKEY|ControlMask, XK_8, toggleview, { .i = 7 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
78 { MODKEY|ControlMask, XK_9, toggleview, { .i = 8 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
79 { MODKEY|ShiftMask, XK_q, quit, { 0 } }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
80 }; |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
81 |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
82 /* Query class:instance:title for regex matching info with following command: |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
83 * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
84 #define RULES \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
85 static Rule rule[] = { \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
86 /* class:instance:title regex tags regex isfloat */ \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
87 { "Gimp.*", NULL, True }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
88 { "MPlayer.*", NULL, True }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
89 { "Acroread.*", NULL, True }, \ |
6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
meillo@marmaro.de
parents:
diff
changeset
|
90 }; |