Introduction
Introduction Statistics Contact Development Disclaimer Help
tusing lsx instead of Jukka's shell construct - dwm - [fork] customized build o…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit b60406cb9b599e03666dfedb916f2a3690e13879
parent ce9a9934ec7f58398cc62f2653fcccae5fec1853
Author: Anselm R. Garbe <[email protected]>
Date: Fri, 13 Oct 2006 18:47:24 +0200
using lsx instead of Jukka's shell construct
Diffstat:
M config.arg.h | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/config.arg.h b/config.arg.h
t@@ -26,10 +26,9 @@ static Key key[] = { \
{ MODKEY|ShiftMask, XK_Return, spawn, \
{ .cmd = "exec uxterm -bg '#111111' -fg '#eeeeee' -cr '#eeeeee…
{ MODKEY, XK_p, spawn, \
- { .cmd = "exe=\"$(IFS=:; for dir in $PATH; do " \
- "for file in \"$dir\"/*; do [ -x \"$file\" ] && echo …
- "| sort -u | dmenu -font '"FONT"' -normbg '"NORMBGCOL…
- "-selbg '"SELBGCOLOR"' -selfg '"SELFGCOLOR"')\" && ex…
+ { .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u "…
+ " | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -norm…
+ "-selbg '"SELBGCOLOR"' -selfg '"SELFGCOLOR"')\" && exe…
{ MODKEY, XK_j, focusnext, …
{ MODKEY, XK_k, focusprev, …
{ MODKEY, XK_Return, zoom, …
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.