mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-08 22:48:22 +01:00
9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
config="/etc/xdg/tofi/config"
|
||
|
|
||
|
if [ -e "$HOME/.config/tofi/config" ]; then
|
||
|
config="$HOME/.config/tofi/config"
|
||
|
fi
|
||
|
|
||
|
tofi-drun -c "$config"
|