Compare commits

..

2 commits

2 changed files with 5 additions and 2 deletions

View file

@ -49,7 +49,10 @@ in {
web.enable = true;
};
systemd.services.deluged.serviceConfig.MemoryLimit = cfg.memLimit;
systemd.services.deluged.serviceConfig = {
MemoryLimit = cfg.memLimit;
RuntimeMaxSec = "1d";
};
};
};
};

View file

@ -1,6 +1,6 @@
{ ... }: {
text = ''
bindsym --to-code $mod+shift+r exec 'pkill -SIGUSR1 waybar || waybar'
bindsym --to-code $mod+shift+r exec 'pkill waybar || exec waybar'
exec waybar
exec nm-applet
exec blueman-applet