Fixed exit bind
This commit is contained in:
parent
3f35b2be30
commit
056e8e007a
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ bind=SUPERSHIFT,r,exec,hyprctl reload
|
|||
bind=CTRLALT,l,exec,swaylock -e -F -f -i $lockBG
|
||||
bind=SUPER,D,exec,wofi --show drun --allow-images -G -i --define=drun-print_command=true | sed -e 's/%[A-Za-z0-9]*/ /g' | xargs hyprctl dispatch exec
|
||||
bind=,Print,exec,grim -g "$(slurp)" - | swappy -f -
|
||||
bind=SUPERSHIFT,E,exec,zenity --question --text="Do you wish to exit Hyprland?" --default-cancel && hyprctl exit
|
||||
bind=SUPERSHIFT,E,exec,zenity --question --text='Do you wish to exit Hyprland?' --default-cancel && hyprctl dispatch exit
|
||||
|
||||
# Window properties
|
||||
bind=SUPERSHIFT,P,pseudo,
|
||||
|
|
Loading…
Reference in a new issue