1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-07-26 01:33:50 +02:00
meta-rpi-diya/recipes-support/tofi/files/drun
2023-07-29 00:20:07 +02: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"