add scripts and config
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
if [[ $1 == --daemon ]]; then
|
||||
until pgrep gvfs >/dev/null; do
|
||||
sleep 1
|
||||
done
|
||||
exec /usr/bin/Thunar "$@"
|
||||
else
|
||||
exec /usr/bin/Thunar "$@"
|
||||
fi
|
||||
Reference in New Issue
Block a user