Fix hyprlock wallpaper not displaying
This commit is contained in:
parent
8255ac38b5
commit
9a7e69e0b8
1 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ bind = SUPER_SHIFT, Y, movetoworkspace, 0
|
||||||
|
|
||||||
# --> Session management
|
# --> Session management
|
||||||
bindt = SUPER_SHIFT, M, exec, $programsJobrunner hyprctl reload
|
bindt = SUPER_SHIFT, M, exec, $programsJobrunner hyprctl reload
|
||||||
bindt = SUPER_SHIFT, L, exec, hyprlock
|
bindt = SUPER_SHIFT, L, exec, cd $dirHypr;hyprlock
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue