1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-09-07 20:16:38 +02:00
meta-rpi-diya/recipes-support/tofi/files/drun

9 lines
149 B
Plaintext
Raw Normal View History

2023-07-29 00:20:07 +02: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"