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
|
||||
playerctl
|
||||
|
||||
# apps
|
||||
# apps
|
||||
localsend
|
||||
blueberry
|
||||
qbittorrent
|
||||
|
|
@ -277,6 +277,10 @@ in
|
|||
waybar = {
|
||||
Service.RestartSec = 5;
|
||||
};
|
||||
|
||||
swayidle = {
|
||||
Service.RestartSec = 5;
|
||||
};
|
||||
}
|
||||
# makes an automapaper service and config for every monitor.
|
||||
(builtins.listToAttrs (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue