9 lines
149 B
Bash
Executable File
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" |