1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-01 05:31:02 +02:00

fix: use correct config file in tofi

This commit is contained in:
DanyLE
2023-07-29 00:20:07 +02:00
parent 4d3dc0ef49
commit 1cb28e0e01
2 changed files with 12 additions and 2 deletions

View File

@ -0,0 +1,9 @@
#! /bin/sh
config="/etc/xdg/tofi/config"
if [ -e "$HOME/.config/tofi/config" ]; then
config="$HOME/.config/tofi/config"
fi
tofi-drun -c "$config"