This commit is contained in:
2025-06-18 14:15:09 +02:00
parent c484adeccf
commit b8e8c688e5
2 changed files with 93 additions and 77 deletions

View File

@ -69,6 +69,7 @@
", Print, exec, grimblast copy area" ", Print, exec, grimblast copy area"
"$mod, V, togglefloating" "$mod, V, togglefloating"
"$mod, J, togglesplit, " # dwindle "$mod, J, togglesplit, " # dwindle
"$mod, L, exec, hyprlock"
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys
"$mod, left, movefocus, l" "$mod, left, movefocus, l"

15
modules/home/hyprlock.nix Normal file
View File

@ -0,0 +1,15 @@
{
programs.hyprlock = {
enable = true;
settings = {
background = {
path = "./images/sunset-rocks.png";
blur_passes = 2;
contrast = 1;
brightness = 0.5;
vibrancy = 0.2;
vibrancy_darkness = 0.2;
};
};
};
}