From 9ca52128bc52d30027d35640e3ad02e075fe1278 Mon Sep 17 00:00:00 2001 From: _root Date: Sat, 4 Nov 2023 18:57:24 +0000 Subject: [PATCH] Update Keybinds.conf Fixed an issue where using the 'CTRL + ALT + Del' keybind to exit/logout of Hyprland would result in a black screen (at least on my machine), rather than just using exit I changed it to use the 'hyprctl dispatch exit 0' command --- config/hypr/configs/Keybinds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index f7bc27b..40ca399 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -36,7 +36,7 @@ $WofiBig = $scriptsDir/WofiBig.sh $WofiEmoji = $scriptsDir/WofiEmoji.sh # see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = CTRL ALT, Delete, exit +bind = CTRL ALT, Delete, hyprctl dispatch exit 0 bind = $mainMod SHIFT, C, exec, hyprctl reload bind = $mainMod SHIFT, D, exec, $WofiBig bind = $mainMod, D, exec, $Wofi