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