Add reload keybind, remove autoreload

This commit is contained in:
JeremyStar™ 2024-06-03 18:18:37 +02:00
parent ca5f146dc7
commit 3d304d345d
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -101,6 +101,7 @@ bind = SUPER, Y, movetoworkspace, special:magic
bind = SUPER_SHIFT, Y, movetoworkspace, 0 bind = SUPER_SHIFT, Y, movetoworkspace, 0
# --> Session management # --> Session management
bindt = SUPER_SHIFT, M, exec, hyprctl reload
bindt = SUPER_SHIFT, Q, exit bindt = SUPER_SHIFT, Q, exit
bindt = SUPER_SHIFT, W, exec, poweroff bindt = SUPER_SHIFT, W, exec, poweroff
bindt = SUPER_SHIFT, E, exec, reboot bindt = SUPER_SHIFT, E, exec, reboot
@ -241,7 +242,7 @@ misc {
vrr = 0 vrr = 0
animate_manual_resizes = 1 animate_manual_resizes = 1
animate_mouse_windowdragging = 1 animate_mouse_windowdragging = 1
disable_autoreload = 0 disable_autoreload = 1
focus_on_activate = 0 focus_on_activate = 0
no_direct_scanout = $settingsEnableNoDirectScanout no_direct_scanout = $settingsEnableNoDirectScanout
} }