mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-31 22:25:28 -04:00
Update for better external tools
This commit is contained in:
parent
3e000a9087
commit
73eb94d18a
2 changed files with 19 additions and 6 deletions
|
|
@ -60,7 +60,12 @@ then
|
|||
fi
|
||||
|
||||
# And the XDG autostart script
|
||||
if test -x $WB_USER_CONF_DIR/xdg-autostart;
|
||||
if command -v xdg-autostart >/dev/null 2>&1;
|
||||
then
|
||||
# Probably what you want instead of my simple shell script.
|
||||
# https://gitlab.com/somini/xdg-autostart/
|
||||
WB_XDG_AUTOSTART="xdg-autostart"
|
||||
elif test -x $WB_USER_CONF_DIR/xdg-autostart;
|
||||
then
|
||||
WB_XDG_AUTOSTART=$WB_USER_CONF_DIR/xdg-autostart;
|
||||
elif test -x $WB_SYS_CONF_DIR/xdg-autostart;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue