Introduction
Introduction Statistics Contact Development Disclaimer Help
trestored config.arg.h - dwm - [fork] customized build of dwm, the dynamic wind…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit f1fe19bc2b0b1744a82551ef2580e621231cd97e
parent b55bd709ee6d0b09c141bf5ffe0647866e0374ef
Author: Anselm R. Garbe <[email protected]>
Date: Fri, 25 Aug 2006 13:02:07 +0200
restored config.arg.h
Diffstat:
M config.arg.h | 28 ++++++++++++----------------
1 file changed, 12 insertions(+), 16 deletions(-)
---
diff --git a/config.arg.h b/config.arg.h
t@@ -4,11 +4,11 @@
*/
#define TAGS \
-const char *tags[] = { "1", "2", "3", "4", "5", NULL };
+const char *tags[] = { "work", "net", "fnord", NULL };
#define DEFMODE dotile /* dofloat */
-#define FONT "fixed"
+#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso…
#define SELBGCOLOR "#666699"
#define SELFGCOLOR "#eeeeee"
#define NORMBGCOLOR "#333366"
t@@ -22,41 +22,37 @@ const char *tags[] = { "1", "2", "3", "4", "5", NULL };
#define KEYS \
static Key key[] = { \
/* modifier key function …
- { MODKEY|ShiftMask, XK_Return, spawn, …
- { MODKEY, XK_Tab, focusnext, …
- { MODKEY|ShiftMask, XK_Tab, focusprev, …
+ { MODKEY|ShiftMask, XK_Return, spawn, \
+ { .cmd = "exec uxterm -bg '#e0e0e0' -fg '#000000' -cr '#000000…
+ { MODKEY, XK_p, spawn, \
+ { .cmd = "exec `ls -lL /usr/bin /usr/X11R6/bin /usr/local/bin …
+ "awk 'NF>2 && $1 ~ /^[^d].*x/ {print $NF}' | sort -u |…
+ { MODKEY, XK_j, focusnext, …
+ { MODKEY, XK_k, focusprev, …
{ MODKEY, XK_Return, zoom, …
{ MODKEY, XK_m, togglemax, …
{ MODKEY|ShiftMask, XK_1, tag, …
{ MODKEY|ShiftMask, XK_2, tag, …
{ MODKEY|ShiftMask, XK_3, tag, …
- { MODKEY|ShiftMask, XK_4, tag, …
- { MODKEY|ShiftMask, XK_5, tag, …
{ MODKEY|ControlMask|ShiftMask, XK_1, toggletag,…
{ MODKEY|ControlMask|ShiftMask, XK_2, toggletag,…
{ MODKEY|ControlMask|ShiftMask, XK_3, toggletag,…
- { MODKEY|ControlMask|ShiftMask, XK_4, toggletag,…
- { MODKEY|ControlMask|ShiftMask, XK_5, toggletag,…
{ MODKEY|ShiftMask, XK_c, killclient, …
{ MODKEY, XK_space, togglemode, {…
{ MODKEY, XK_1, view, …
{ MODKEY, XK_2, view, …
{ MODKEY, XK_3, view, …
- { MODKEY, XK_4, view, …
- { MODKEY, XK_5, view, …
{ MODKEY|ControlMask, XK_1, toggleview, …
{ MODKEY|ControlMask, XK_2, toggleview, …
{ MODKEY|ControlMask, XK_3, toggleview, …
- { MODKEY|ControlMask, XK_4, toggleview, …
- { MODKEY|ControlMask, XK_5, toggleview, …
{ MODKEY|ShiftMask, XK_q, quit, …
};
-/* Query class:instance:title for regex matching info with following command:
- * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/{ pri…
#define RULES \
static Rule rule[] = { \
/* class:instance:title regex tags regex isfloat */ \
- { "Firefox.*", "2", False }, \
+ { "Firefox.*", "net", False }, \
{ "Gimp.*", NULL, True}, \
+ { "MPlayer.*", NULL, True}, \
+ { "Acroread.*", NULL, True}, \
};
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.