1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 09:58:32 +02:00
home-manager/tests/modules/services/sxhkd
Naïm Favier 14b5415720
sxhkd: set scope OOMPolicy to continue
When a process inside the sxhkd scope is OOM killed, if the OOM policy
is set to `stop` then the sxhkd scope itself will exit, terminating
every process launched from the keyboard.

This is undesirable, set it to `continue` instead to keep other
processes running.
2023-10-24 17:48:13 +02:00
..
configuration.nix sxhkd: allow usage of derivations as keybind commands (#4169) 2023-06-30 17:49:05 -06:00
default.nix sxhkd: add service 2019-09-17 21:42:05 +02:00
service.nix sxhkd: set scope OOMPolicy to continue 2023-10-24 17:48:13 +02:00
sxhkdrc sxhkd: allow usage of derivations as keybind commands (#4169) 2023-06-30 17:49:05 -06:00