Files
cnix/.scripts/bin/rangerscript.sh
2024-09-21 23:22:22 +02:00

7 lines
129 B
Bash
Executable File

#!/bin/sh
if pgrep -f floatranger; then
pkill -f floatranger
else
hyprctl dispatch exec 'foot --title floatranger ranger'
fi