From 6a1daff5f30ea71e6d678554aa59fc5670864d24 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 5 Dec 2025 17:48:45 +0000 Subject: [PATCH] example/config: use hyprshutdown if available --- example/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/hyprland.conf b/example/hyprland.conf index 4d46134b4..98ac09961 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -237,7 +237,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier # Example binds, see https://wiki.hypr.land/Configuring/Binds/ for more bind = $mainMod, Q, exec, $terminal bind = $mainMod, C, killactive, -bind = $mainMod, M, exit, +bind = $mainMod, M, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating, bind = $mainMod, R, exec, $menu