hyprlock
This commit is contained in:
@ -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
15
modules/home/hyprlock.nix
Normal 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;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Reference in New Issue
Block a user