mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
added dwl config back as an alternative
This commit is contained in:
parent
552ae67f6a
commit
a8bc48adc0
6 changed files with 233 additions and 5 deletions
|
|
@ -15,8 +15,14 @@
|
|||
lock = "${pkgs.swaylock}/bin/swaylock -f";
|
||||
};
|
||||
timeouts = [
|
||||
{ timeout = 300; command = "${pkgs.swaylock}/bin/swaylock -f"; }
|
||||
{ timeout = 600; command = "niri msg action power-off-monitors"; }
|
||||
{
|
||||
timeout = 300;
|
||||
command = "${pkgs.swaylock}/bin/swaylock -f";
|
||||
}
|
||||
{
|
||||
timeout = 600;
|
||||
command = "niri msg action power-off-monitors";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue