mirror of https://github.com/0intro/wmii
Quote $PROGS_FILE elsewhere
This commit is contained in:
parent
28c238974f
commit
fe72e87e78
|
@ -96,7 +96,7 @@ Key $MODKEY-m
|
|||
Key $MODKEY-a
|
||||
Action \$(actionlist | $WMII_MENU) &
|
||||
Key $MODKEY-p
|
||||
sh -c "\$($WMII_MENU <$PROGS_FILE)" &
|
||||
sh -c "\$($WMII_MENU <\$PROGS_FILE)" &
|
||||
Key $MODKEY-t
|
||||
wmiir xwrite /ctl "view \$(tagsmenu)" &
|
||||
Key $MODKEY-Return
|
||||
|
@ -155,7 +155,7 @@ Action() {
|
|||
# Misc
|
||||
PROGS_FILE="$WMII_NS_DIR/.proglist"
|
||||
Action status &
|
||||
proglist $PATH >$PROGS_FILE &
|
||||
proglist $PATH >\$PROGS_FILE &
|
||||
EOF
|
||||
|
||||
xsetroot -solid "$WMII_BACKGROUND" &
|
||||
|
|
Loading…
Reference in New Issue