mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2025-03-12 22:36:15 +00:00
add hyprlock
This commit is contained in:
parent
2a5167bc7c
commit
93ea8aa662
2 changed files with 3 additions and 2 deletions
|
@ -12,6 +12,7 @@
|
|||
git
|
||||
git-lfs
|
||||
htop
|
||||
hyprlock
|
||||
fastfetch
|
||||
kdePackages.filelight
|
||||
neofetch
|
||||
|
|
|
@ -89,7 +89,7 @@ bindm = $MainMod, mouse:272, movewindow # LMB
|
|||
bindm = $MainMod, mouse:273, resizeWindow # RMB
|
||||
|
||||
### Lock Screen ###
|
||||
bind = $MainMod, L, exec, loginctl lock-session
|
||||
bind = $MainMod+Shift, L, exec, sleep 0.1 && systemctl suspend
|
||||
bind = $MainMod, L, exec, hyprlock
|
||||
bind = $MainMod+Shift, L, exec, hyprlock && systemctl suspend
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue