Browse Source

fork dmenu_run to disown child shell

master
Connor Lane Smith 13 years ago
parent
commit
56a0d1fa14
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dmenu_run

+ 1
- 1
dmenu_run View File

@ -12,4 +12,4 @@ fi
else
dmenu "$@" < "$cache"
fi
) | exec ${SHELL:-"/bin/sh"}
) | ${SHELL:-"/bin/sh"} &

Loading…
Cancel
Save