desktop/wm: refactor locker
This commit is contained in:
parent
6847b617a6
commit
4d7f565ba4
3 changed files with 12 additions and 2 deletions
|
@ -39,6 +39,7 @@ with lib;
|
|||
};
|
||||
wallpaper_mode = "fill";
|
||||
firefox = config.programs.firefox.package.meta.mainProgram;
|
||||
locker = main.common.wm.locker.meta.mainProgram;
|
||||
};
|
||||
|
||||
"blugon".source = ./blugon;
|
||||
|
|
|
@ -283,7 +283,7 @@ keys = [
|
|||
# ),
|
||||
Key(
|
||||
[Keys.SUPER, Keys.CONTROL], "l",
|
||||
lazy.spawn("xsecurelock"),
|
||||
lazy.spawn("@locker@"),
|
||||
desc="Lock Screen",
|
||||
),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue