forked from Shinonome/dots-hyprland
fix: ignore case (The latest Hyprland process name has changed)
This commit is contained in:
@@ -22,7 +22,7 @@ Singleton {
|
|||||||
|
|
||||||
function logout() {
|
function logout() {
|
||||||
closeAllWindows();
|
closeAllWindows();
|
||||||
Quickshell.execDetached(["pkill", "Hyprland"]);
|
Quickshell.execDetached(["pkill", "-i", "Hyprland"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
function launchTaskManager() {
|
function launchTaskManager() {
|
||||||
|
|||||||
Reference in New Issue
Block a user