feat(desktop/lockscreen): add hyprlock
This commit is contained in:
parent
5cb05a2dcb
commit
71706390b4
8 changed files with 62 additions and 0 deletions
|
@ -20,6 +20,8 @@ in
|
|||
"${mainMonitor.id}, ${mainMonitor.resolution}@${mainMonitor.refresh-rate}, auto, ${mainMonitor.scale}"
|
||||
", preferred, auto, 1"
|
||||
];
|
||||
|
||||
exec-once = [ "uwsm app -- $LOCKSCREEN" ];
|
||||
}
|
||||
(import ./decoration.nix)
|
||||
(import ./keybinds.nix)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
"SUPER, return, exec, uwsm app -- $TERMINAL $MULTIPLEXER"
|
||||
"SUPER, O, exec, uwsm app -- $BROWSER"
|
||||
"SUPER, Escape, exec, uwsm app -- $LOCKSCREEN"
|
||||
|
||||
"SUPER, H, cyclenext, visible"
|
||||
"SUPER, L, cyclenext, visible prev"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue