re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd reasons they disappeared
This commit is contained in:
parent
12805b69ac
commit
7195e941c1
3 changed files with 10 additions and 10 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
exe=`dmenu_path | dmenu $*` && exec $exe
|
||||
exe=`dmenu_path | dmenu ${1+"$@"}` && exec $exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue