Swayidls is now functionnal

This commit is contained in:
Yorick Barbanneau 2023-09-11 15:28:19 +02:00
parent 961b63956f
commit 2660243b56

View file

@ -9,7 +9,7 @@
} }
{ {
timeout = 600; timeout = 600;
command = ''${pkgs.sway}/bin/swaymsg "output * power off''; command = ''${pkgs.sway}/bin/swaymsg "output * power off"'';
resumeCommand = ''${pkgs.sway}/bin/swaymsg "output * power on"''; resumeCommand = ''${pkgs.sway}/bin/swaymsg "output * power on"'';
} }
]; ];