Increasing niceness is also disabled by --readonly mode

This commit is contained in:
Daniel Lange 2022-05-13 09:43:56 +02:00
parent c24681a078
commit fe7f238e2c
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ static const struct {
{ .key = " U: ", .roInactive = false, .info = "untag all processes" },
{ .key = " F9 k: ", .roInactive = true, .info = "kill process/tagged processes" },
{ .key = " F7 ]: ", .roInactive = true, .info = "higher priority (root only)" },
{ .key = " F8 [: ", .roInactive = false, .info = "lower priority (+ nice)" },
{ .key = " F8 [: ", .roInactive = true, .info = "lower priority (+ nice)" },
#if (defined(HAVE_LIBHWLOC) || defined(HAVE_AFFINITY))
{ .key = " a: ", .roInactive = true, .info = "set CPU affinity" },
#endif