Reverted back the hyprlock config placement

This commit is contained in:
Gu://em_ 2026-07-08 18:47:56 +02:00
parent 3070701380
commit 1cdca4243b
3 changed files with 1 additions and 2 deletions

View file

@ -41,7 +41,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
bind = $mainMod, Q, killactive,
bind = $mainMod, R, exec, $menu # Omnibar
bind = $mainMod, D, exec, $menu # Legacy menu shortcut
bind = $mainMod, I, exec, ~/.config/hypr/scripts/lock.sh # Lockscreen
bind = $mainMod, I, exec, hyprlock # Lockscreen
bind = $mainMod, B, exec, ~/.config/hypr/scripts/toggle-waybar.sh # Toggle sidebar
bind = $mainMod SHIFT, R, exec, ~/.config/hypr/scripts/reload.sh # Reload desktop
bind = $mainMod, F11, exec, ~/.config/hypr/scripts/game-mode.sh # Gamemode

View file

@ -1 +0,0 @@
hyprlock --config "$HOME/.config/hypr/config/default/hyprlock.conf"