remove rofi toggle script
This commit is contained in:
parent
23fa843409
commit
cea2312b38
|
@ -1,7 +0,0 @@
|
||||||
if ps -C rofi > /dev/null
|
|
||||||
then
|
|
||||||
killall rofi
|
|
||||||
else
|
|
||||||
export TERMINAL=alacritty
|
|
||||||
rofi -show combi -combi-modi drun,calc:~/.config/rofi/show-calculator.sh -sort -levenshtein-sort
|
|
||||||
fi
|
|
Loading…
Reference in New Issue