compat: update hyprlock calls to new interface
This commit is contained in:
parent
0bb0f25679
commit
37f05c1163
3 changed files with 5 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
scripts = ./scripts;
|
||||
shell = "quickshell";
|
||||
|
|
@ -94,7 +94,7 @@ in {
|
|||
"$mod, Return, exec, $terminal"
|
||||
"$mod, D, global, ${shell}:launcher"
|
||||
"$mod Shift, D, global, ${shell}:dashboard"
|
||||
"$mod, M, exec, hyprlock --immediate"
|
||||
"$mod, M, exec, hyprlock"
|
||||
|
||||
# Exit
|
||||
"$mod Shift, E, global, ${shell}:session"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue