Sway nix package path is now correct
This commit is contained in:
parent
290d2f0c3d
commit
d66c525190
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
timeout = 600;
|
timeout = 600;
|
||||||
command = "swaymsg 'output * dpms off'";
|
command = ''${pkgs.sway}/bin/swaymsg "output * power off'';
|
||||||
resumeCommand = "swaymsg 'output * dpms on'";
|
resumeCommand = ''${pkgs.sway}/bin/swaymsg "output * power on"'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
events = [
|
events = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue