X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/97ced11e531f4e51d7ee248ae654a2b04daaad1c..c34df2c1b656fcdd2be2b4f9f827d88872dd2717:/config.arg.h diff --git a/config.arg.h b/config.arg.h index f91c722..21c95e5 100644 --- a/config.arg.h +++ b/config.arg.h @@ -28,8 +28,8 @@ static Key key[] = { \ { .cmd = "exec uxterm -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \ { MODKEY, XK_p, spawn, \ { .cmd = "exe=\"$(IFS=:; for dir in $PATH; do " \ - "for file in \"$dir\"/*; do [ -x \"$file\" ] && echo \"${file##*/}\"; done; " \ - "done | sort -u | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"'" \ + "for file in \"$dir\"/*; do [ -x \"$file\" ] && echo \"${file##*/}\"; done; done " \ + "| sort -u | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"' " \ "-selbg '"SELBGCOLOR"' -selfg '"SELFGCOLOR"')\" && exec $exe" } }, \ { MODKEY, XK_j, focusnext, { 0 } }, \ { MODKEY, XK_k, focusprev, { 0 } }, \