- fixed program execution code, now using sh -c to allow arguments for programs
This commit is contained in:
parent
00dcc1ca3a
commit
3ff3bcd364
|
@ -319,7 +319,8 @@
|
|||
#f (finite-complete (executables-in-path)))))
|
||||
(and exec
|
||||
(not (string=? exec ""))
|
||||
(& (exec)))))
|
||||
;; execute via sh -c to allow specifying arguments for the program
|
||||
(& (sh -c ,exec)))))
|
||||
((attach)
|
||||
(let* ((cm (root-wm:current-manager root-wm))
|
||||
(windows-above (window-path (wm:dpy cm) (wm:window cm)))
|
||||
|
|
Loading…
Reference in New Issue