make monitor turn off nicely
This commit is contained in:
parent
c5b880f49c
commit
2363f67112
1 changed files with 10 additions and 0 deletions
|
|
@ -465,6 +465,16 @@ in
|
|||
borderColor = "#${config.colorScheme.palette.base00}FF";
|
||||
};
|
||||
playerctld.enable = true;
|
||||
swayidle = {
|
||||
enable = true;
|
||||
timeouts = [
|
||||
{
|
||||
timeout = 300;
|
||||
command = "${pkgs.niri}/bin/niri msg action power-off-monitors";
|
||||
resumeCommand = "${pkgs.niri}/bin/niri msg action power-on-monitors";
|
||||
}
|
||||
];
|
||||
};
|
||||
# sync my password store and homework
|
||||
syncthing = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue