hyprland add lock button, change close animation. add hyprlock and a basic config
This commit is contained in:
@ -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 ###
|
||||
##############################
|
||||
|
23
dotfiles/config/hypr/hyprlock.conf
Normal file
23
dotfiles/config/hypr/hyprlock.conf
Normal file
@ -0,0 +1,23 @@
|
||||
general{
|
||||
no_fade_out = true
|
||||
ignore_empty_input = true
|
||||
}
|
||||
|
||||
background {
|
||||
monitor =
|
||||
path = ~/.config/nitrogen/wallpaper.png
|
||||
blur_passes = 1
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size=300, 50
|
||||
dot_size = 0.2
|
||||
dots_fade_time = 100
|
||||
inner_color = rgb(139,89,100)
|
||||
outer_color = rgb(139,89,100)
|
||||
outline_thickness = 1
|
||||
|
||||
fail_transition = 300
|
||||
fail_text = learn to write, idiot
|
||||
}
|
Reference in New Issue
Block a user