Compare commits
2 commits
c2e573441e
...
a0e4378800
Author | SHA1 | Date | |
---|---|---|---|
Dmitry Voronin | a0e4378800 | ||
Dmitry Voronin | e6edf477f7 |
|
@ -49,7 +49,10 @@ in {
|
|||
web.enable = true;
|
||||
};
|
||||
|
||||
systemd.services.deluged.serviceConfig.MemoryLimit = cfg.memLimit;
|
||||
systemd.services.deluged.serviceConfig = {
|
||||
MemoryLimit = cfg.memLimit;
|
||||
RuntimeMaxSec = "1d";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue