aboutsummaryrefslogtreecommitdiffstats
path: root/config.arg.h
diff options
context:
space:
mode:
authorarg@localhost.10kloc.org <unknown>2006-08-21 17:35:37 +0200
committerarg@localhost.10kloc.org <unknown>2006-08-21 17:35:37 +0200
commit950a1ab5afe3e94dfe78e3ff2216bb9f444d5148 (patch)
treecd1a6d420853a7375c5f8d0630554ce0ea89e184 /config.arg.h
parent1b9fe55025f84a8430b4be5822784551746eee8d (diff)
downloaddwm-950a1ab5afe3e94dfe78e3ff2216bb9f444d5148.tar.zst
windows which have set transient_for hint inherit the transient_for window tags now
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h
index d392dbe..e4879e3 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -21,7 +21,7 @@ static Key key[] = { \
{ MODKEY|ShiftMask, XK_Return, spawn, \
{ .cmd = "exec uxterm -bg '#dddddd' -fg '#000000' -cr '#000000' +sb -fn '"FONT"'" } }, \
{ MODKEY, XK_p, spawn, \
- { .cmd = "exec `ls -lL /usr/bin /usr/local/bin 2>/dev/null | " \
+ { .cmd = "exec `ls -lL /usr/bin /usr/X11R6/bin /usr/local/bin 2>/dev/null | " \
"awk 'NF>2 && $1 ~ /^[^d].*x/ {print $NF}' | sort -u | dmenu`" } }, \
{ MODKEY, XK_j, focusnext, { 0 } }, \
{ MODKEY, XK_k, focusprev, { 0 } }, \