Commit 5788252f949c

Vincent Demeester <vincent@sbr.pm>
2023-11-10 12:18:55
Some formating ?
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent be7b5d3
Changed files (1)
users
vincent
desktop
users/vincent/desktop/sway.nix
@@ -380,7 +380,11 @@ in
       ];
       timeouts = [
         { timeout = 600; command = "${pkgs.swaylock}/bin/swaylock --daemonize -i $HOME/desktop/pictures/lockscreen"; }
-        { timeout = 1200; command = ''${pkgs.sway}/bin/swaymsg "output * dpms off"''; resumeCommand = ''${pkgs.sway}/bin/swaymsg "output * dpms on"''; }
+        {
+          timeout = 1200;
+          command = ''${pkgs.sway}/bin/swaymsg "output * dpms off"'';
+          resumeCommand = ''${pkgs.sway}/bin/swaymsg "output * dpms on"'';
+        }
       ];
     };
   };