Commit 5788252f949c
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"'';
+ }
];
};
};