Add explorer.exe backend possibilities
This commit is contained in:
parent
487e922905
commit
8f9ea40313
15
explorer.exe
15
explorer.exe
@ -1,3 +1,16 @@
|
|||||||
#! /usr/bin/env sh
|
#! /usr/bin/env sh
|
||||||
command nemo --no-desktop
|
|
||||||
|
|
||||||
|
|
||||||
|
# Run nemo if available {{{
|
||||||
|
command -v nemo \
|
||||||
|
&& command nemo --no-desktop \
|
||||||
|
&& exit 0
|
||||||
|
# }}}
|
||||||
|
|
||||||
|
# Run xfe if available {{{
|
||||||
|
command -v xfe \
|
||||||
|
&& command xfe "${PWD:-~}" \
|
||||||
|
&& exit 0
|
||||||
|
# }}}
|
||||||
|
|
||||||
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user