Files

10 lines
123 B
Bash
Raw Permalink Normal View History

2025-12-21 00:52:59 -08:00
#!/bin/bash
if pgrep -x "rofi" > /dev/null
then
killall rofi
else
~/.config/rofi/launchers/type-4/launcher.sh
fi