Use i3-lock-fancy-rapid and move dependencies where they are needed

This commit is contained in:
Valentin Brandl 2023-08-04 12:44:45 +02:00
parent be9ce99a30
commit 6b994976d6
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9
2 changed files with 4 additions and 3 deletions

View File

@ -27,6 +27,9 @@ let
mode_system = "System: L : | S : | P : | R : | E : ";
in {
home.packages = with pkgs; [
i3lock-fancy-rapid
];
xsession.windowManager.i3 = {
enable = true;
# package = pkgs.i3-gaps;
@ -125,7 +128,7 @@ in {
"${mod}+r" = "mode \"resize\"";
"${mod}+x" = "mode \"${mode_system}\"";
"${mod}+Shift+x" = "exec i3lock-fancy -n";
"${mod}+Shift+x" = "exec i3lock-fancy-rapid 5 3";
};
modes = {

View File

@ -5,8 +5,6 @@
gnumake
pkg-config
i3lock-fancy
antigen
nodejs
fortune