restart swayidle on failure
This commit is contained in:
parent
db48df7ae9
commit
43f5aa6951
1 changed files with 5 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ in
|
||||||
libnotify
|
libnotify
|
||||||
playerctl
|
playerctl
|
||||||
|
|
||||||
# apps
|
# apps
|
||||||
localsend
|
localsend
|
||||||
blueberry
|
blueberry
|
||||||
qbittorrent
|
qbittorrent
|
||||||
|
|
@ -277,6 +277,10 @@ in
|
||||||
waybar = {
|
waybar = {
|
||||||
Service.RestartSec = 5;
|
Service.RestartSec = 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
swayidle = {
|
||||||
|
Service.RestartSec = 5;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
# makes an automapaper service and config for every monitor.
|
# makes an automapaper service and config for every monitor.
|
||||||
(builtins.listToAttrs (
|
(builtins.listToAttrs (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue