swaylock is broken
This commit is contained in:
parent
ab585f3fbd
commit
2d9aa7cd09
1 changed files with 4 additions and 3 deletions
|
@ -53,9 +53,10 @@
|
|||
{
|
||||
command = "${pkgs.mako}/bin/mako";
|
||||
}
|
||||
{
|
||||
command = "${pkgs.swayidle}/bin/swayidle -w timeout 300 '${pkgs.swaylock}/bin/swaylock' timeout 305 '${pkgs.sway}/bin/swaymsg \"output * dpms off\"' resume '${pkgs.sway}/bin/swaymsg \"output * dpms on\"' lock '${pkgs.swaylock}/bin/swaylock' unlock '${pkgs.procps}/bin/pkill swayidle'";
|
||||
}
|
||||
#{
|
||||
# command = "${pkgs.swayidle}/bin/swayidle -w timeout 300 '${pkgs.swaylock}/bin/swaylock' timeout 305 '${pkgs.sway}/bin/swaymsg \"output * dpms off\"' resume '${pkgs.sway}/bin/swaymsg \"output * dpms on\"' lock '${pkgs.swaylock}/bin/swaylock' unlock '${pkgs.procps}/bin/pkill swayidle'";
|
||||
#}
|
||||
# TODO: doesn’t accept my password ???
|
||||
];
|
||||
};
|
||||
wrapperFeatures.gtk = true;
|
||||
|
|
Loading…
Reference in a new issue