Compare commits

..

No commits in common. "a0e4378800a3f272b9b8791fcac2696fa8d3dafd" and "c2e573441ec7c8b3d0d9b5ad174ae4069e7c6c80" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View file

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

View file

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