geany -> xdg-open
This commit is contained in:
parent
ab8270c738
commit
0f2d52bcca
@ -101,7 +101,7 @@ else
|
||||
for f in ${conkysPath[j]};do # compare with choice from dialog
|
||||
display=$( echo "$f" | awk -F"/" '{print $(NF-1)"/"$NF}')
|
||||
if [[ $display = $name ]];then
|
||||
geany "$f"
|
||||
xdg-open "$f"
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
@ -95,7 +95,7 @@ else
|
||||
for f in ${tintsPath[j]};do # compare with choice from dialog
|
||||
display=$( echo "$f" | awk -F"/" '{print $(NF-1)"/"$NF}')
|
||||
if [[ $display = $name ]];then
|
||||
geany "$f"
|
||||
xdg-open "$f"
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user