mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2025-03-13 14:49:21 +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
|
||||||
git-lfs
|
git-lfs
|
||||||
htop
|
htop
|
||||||
|
hyprlock
|
||||||
fastfetch
|
fastfetch
|
||||||
kdePackages.filelight
|
kdePackages.filelight
|
||||||
neofetch
|
neofetch
|
||||||
|
|
|
@ -89,7 +89,7 @@ bindm = $MainMod, mouse:272, movewindow # LMB
|
||||||
bindm = $MainMod, mouse:273, resizeWindow # RMB
|
bindm = $MainMod, mouse:273, resizeWindow # RMB
|
||||||
|
|
||||||
### Lock Screen ###
|
### Lock Screen ###
|
||||||
bind = $MainMod, L, exec, loginctl lock-session
|
bind = $MainMod, L, exec, hyprlock
|
||||||
bind = $MainMod+Shift, L, exec, sleep 0.1 && systemctl suspend
|
bind = $MainMod+Shift, L, exec, hyprlock && systemctl suspend
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue