Files
dots/configs/niri_l/scripts/toggle-rofi.sh

10 lines
123 B
Bash
Raw 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