dotfiles/scripts/fflof
Chris Cochrun 8576abd055 gah
2025-05-01 09:32:19 -05:00

3 lines
193 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" }