feat(hyprland): add keybind for hyprlock

This commit is contained in:
Mohammad Rafiq 2025-03-17 23:39:19 +08:00
parent 4c154876ba
commit 9eb6cc43ec
No known key found for this signature in database

View file

@ -9,6 +9,11 @@
package = null; package = null;
portalPackage = null; portalPackage = null;
settings = { settings = {
# Programs to run at startup
exec-once = [
"hyprlock"
];
env = [ env = [
"XCURSOR_SIZE,32" "XCURSOR_SIZE,32"
@ -43,10 +48,6 @@
"float, class:firefox, title:Picture-in-Picture" "float, class:firefox, title:Picture-in-Picture"
]; ];
# Programs
exec-once = [
];
# Keybinds # Keybinds
"$mainMod" = "SUPER"; "$mainMod" = "SUPER";
"$terminal" = "kitty -1 -e zellij"; "$terminal" = "kitty -1 -e zellij";
@ -59,10 +60,10 @@
"$mainMod, O, exec, $browser" "$mainMod, O, exec, $browser"
"$mainMod, S, exec, $music" "$mainMod, S, exec, $music"
"$mainMod, M, exit" "$mainMod, M, exit"
"$mainMod, L, exec, hyprlock"
# HJKL to move between windows # move between windows
"$mainMod, H, cyclenext, visible" "ALT, Tab, cyclenext"
"$mainMod, L, cyclenext, visible prev"
# HJKL to move a window # HJKL to move a window
"$mainMod_ALT, H, movewindow, l" "$mainMod_ALT, H, movewindow, l"