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:
9
recipes-support/tofi/files/drun
Executable file
9
recipes-support/tofi/files/drun
Executable 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"
|
Reference in New Issue
Block a user