remove rofi toggle script

This commit is contained in:
Thomas Avé 2024-01-20 22:02:02 +01:00
parent 23fa843409
commit cea2312b38
1 changed files with 0 additions and 7 deletions

View File

@ -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