hyprland add lock button, change close animation. add hyprlock and a basic config

This commit is contained in:
2024-10-24 16:08:27 +02:00
parent 92adfd4b8a
commit 92c589e0c2
4 changed files with 30 additions and 106 deletions

View File

@ -104,7 +104,7 @@ animations {
animation = windows, 1, 2, easeInOut
animation = windowsIn, 1, 2, easeInOut, slide
animation = windowsOut, 1, 2, default, popin 80%
animation = windowsOut, 1, 2, easeInOut, slide
animation = fade, 1, 2, easeInOut
animation = workspaces, 1, 2, easeOut
}
@ -231,6 +231,9 @@ bindl = , XF86AudioPause, exec, playerctl play-pause
bindl = , XF86AudioPlay, exec, playerctl play-pause
bindl = , XF86AudioPrev, exec, playerctl previous
# lock
bindl = , XF86Launch1, exec, hyprlock
##############################
### WINDOWS AND WORKSPACES ###
##############################