Fix hyprlock wallpaper not displaying
This commit is contained in:
parent
8255ac38b5
commit
9a7e69e0b8
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ bind = SUPER, S, exec, exec $programsJobrunner $programsFM
|
|||
bind = SUPER, D, exec, exec $programsJobrunner $programsBrowser
|
||||
|
||||
# --> Window size/position manipulation
|
||||
bindm = SUPER, mouse:272, movewindow
|
||||
bindm = SUPER, mouse:272, movewindow
|
||||
bindm = SUPER, mouse:273, resizewindow
|
||||
|
||||
# --> Window state
|
||||
|
@ -107,7 +107,7 @@ bind = SUPER_SHIFT, Y, movetoworkspace, 0
|
|||
|
||||
# --> Session management
|
||||
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, W, exec, poweroff
|
||||
bindt = SUPER_SHIFT, E, exec, reboot
|
||||
|
|
Loading…
Reference in a new issue