Update modules/workspace/i3/default.nix

This commit is contained in:
Alexander Bantyev 2020-03-02 00:47:08 +03:00
parent a3b3350a59
commit bcb5190212
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ in {
{ command = "${pkgs.cantata}/bin/cantata"; } { command = "${pkgs.cantata}/bin/cantata"; }
{ {
command = "swayidle before-sleep '${lock}' lock '${lock}' unlock 'pkill -9 swaylock; swaymsg 'output * dpms on'"; command = "swayidle before-sleep '${lock}' lock '${lock}' unlock 'pkill -9 swaylock'";
} }
]; ];