diff options
| author | _root <devkieran@proton.me> | 2023-11-04 18:57:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-04 18:57:24 +0000 |
| commit | 9ca52128bc52d30027d35640e3ad02e075fe1278 (patch) | |
| tree | 246a2219b6a702a6f798df0ad7dd3bb1c690f928 /config | |
| parent | 68fe5e3461d9e5d17e352708b1c10deb44a0f922 (diff) | |
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
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index f7bc27b9..40ca3990 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 |
