Use i3-lock-fancy-rapid and move dependencies where they are needed
This commit is contained in:
parent
be9ce99a30
commit
6b994976d6
@ -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 = {
|
||||
|
@ -5,8 +5,6 @@
|
||||
gnumake
|
||||
pkg-config
|
||||
|
||||
i3lock-fancy
|
||||
|
||||
antigen
|
||||
nodejs
|
||||
fortune
|
||||
|
Loading…
Reference in New Issue
Block a user