Thunar: add config

This commit is contained in:
Leonardo Eugênio 2022-12-22 11:12:06 -03:00
parent db92170190
commit 9689075b44
5 changed files with 175 additions and 0 deletions

10
scripts/_thunar-terminal Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
for path
do
test -f "$path" &&
path=$(dirname "$path")
cd "$path"
terminal
done