9 lines
149 B
Plaintext
Raw Normal View History

2025-03-05 19:53:19 +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"