meta-opi-diya/recipes-support/tofi/files/drun

9 lines
149 B
Plaintext
Raw Permalink Normal View History

2024-03-08 10:41:41 +01:00
#! /bin/sh
config="/etc/xdg/tofi/config"
if [ -e "$HOME/.config/tofi/config" ]; then
config="$HOME/.config/tofi/config"
fi
tofi-drun -c "$config"