meta-opi-diya/recipes-support/tofi/files/drun
2024-03-08 10:41:41 +01:00

9 lines
149 B
Bash
Executable File

#! /bin/sh
config="/etc/xdg/tofi/config"
if [ -e "$HOME/.config/tofi/config" ]; then
config="$HOME/.config/tofi/config"
fi
tofi-drun -c "$config"