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

This commit is contained in:
cyclesw
2025-10-01 01:36:57 +08:00
parent f52c9415c9
commit 9ec9cc0e25
@@ -22,7 +22,7 @@ Singleton {
function logout() {
closeAllWindows();
Quickshell.execDetached(["pkill", "Hyprland"]);
Quickshell.execDetached(["pkill", "-i", "Hyprland"]);
}
function launchTaskManager() {