add first working meta-layer
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