dotfiles/scripts/fflof
Chris Cochrun 370aa9615d ahh
2025-05-01 15:32:56 -05:00

7 lines
201 B
Text
Executable file

#!/usr/bin/env nu
if (hyprctl clients -j | from json | where initialTitle == LibreWolf | is-not-empty) {
hyprctl dispatch focuswindow "initialtitle:LibreWolf"
} else {
librewolf --name "lw"
}