fix: ignore case (The latest Hyprland process name has changed) (#2087)

This commit is contained in:
end-4
2025-10-01 06:36:55 +02:00
committed by GitHub
@@ -22,7 +22,7 @@ Singleton {
function logout() {
closeAllWindows();
Quickshell.execDetached(["pkill", "Hyprland"]);
Quickshell.execDetached(["pkill", "-i", "Hyprland"]);
}
function launchTaskManager() {