Commit Graph
2 Commits
Author SHA1 Message Date
Louis-Michel RaynauldandGitHub 48c6ea530a Avoid bashism 2019-05-11 18:35:19 -07:00
Louis-Michel RaynauldandGitHub fd7c65f8ff Fix for spawning scripts that require no args
For example, "ddspawn vifm" is generating the failing commad "st vifm -e vifm" without this fix.
This proposed change fixes this issue so that "ddspawn vifm" generates the correct "st -e vifm". It also simplify  the i3 command in my view.
Thanks for sharing this helpful script, I used it everywhere!
2019-05-09 12:58:41 -07:00