Quote |
<Program icon="filemgr.xpm" label="re/start dfm">sudo killall dfm && dfm</Program> <Program icon="filemgr.xpm" label="re/start dfm - su">killall dfm && sudo dfm</Program> |
Quote |
This seems like a strange way to control a file manager, unless it's a situation where multiple instances of the program will cause problems. |
Quote |
I haven't even seen the newest changes yet, since I had only just downloaded 3.4 when the 4.0 alpha was released, so I have no idea how the file manager works. |
Code Sample |
#!/bin/sh exec sudo dfm |