home-manager/gui: Add swaylock shortcut

This commit is contained in:
Jack O'Sullivan 2023-08-22 23:45:16 +01:00
parent 9aee44ee6c
commit 012bd067ae
2 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ in
in
lib.mkOptionDefault {
"${mod}+d" = null;
"${mod}+l" = "exec swaylock -i ${./lock.png} -s stretch";
"${mod}+x" = "exec ${cfg.menu}";
"${mod}+Shift+x" = "exec rofi -show drun";
"${mod}+q" = "kill";

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB