diff --git a/.config/quickshell/ii/modules/common/functions/Session.qml b/.config/quickshell/ii/modules/common/functions/Session.qml index 1afc45817..bbb9932c3 100644 --- a/.config/quickshell/ii/modules/common/functions/Session.qml +++ b/.config/quickshell/ii/modules/common/functions/Session.qml @@ -22,7 +22,7 @@ Singleton { function logout() { closeAllWindows(); - Quickshell.execDetached(["pkill", "Hyprland"]); + Quickshell.execDetached(["pkill", "-i", "Hyprland"]); } function launchTaskManager() {