refactor overlays
This commit is contained in:
parent
8694c7d81f
commit
802074f233
9 changed files with 119 additions and 124 deletions
|
|
@ -30,6 +30,7 @@
|
|||
};
|
||||
|
||||
# home.packages = [ pkgs.watchman ];
|
||||
home.packages = [ pkgs.jj-vine ];
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
|
|
@ -179,12 +179,8 @@
|
|||
};
|
||||
listener = [
|
||||
{
|
||||
timeout = 900;
|
||||
on-timeout = "hyprlock";
|
||||
}
|
||||
{
|
||||
timeout = 1200;
|
||||
on-timeout = "hyprctl dispatch dpms off";
|
||||
timeout = 1500;
|
||||
on-timeout = "hyprlock; hyprctl dispatch dpms off";
|
||||
on-resume = "hyprctl dispatch dpms on";
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue