Browse Source

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
pull/8/head
_root 2 years ago committed by GitHub
parent
commit
9ca52128bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/hypr/configs/Keybinds.conf

2
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

Loading…
Cancel
Save