Merge pull request #80 from KAMiKAZOW/patch-3
Fix typos in nohang-desktop.conf
This commit is contained in:
commit
e8ea4af3a6
@ -1,8 +1,8 @@
|
|||||||
This is nohang config file.
|
This is nohang's config file.
|
||||||
Lines starting with #, tabs and spaces are comments.
|
Lines starting with #, tabs and spaces are comments.
|
||||||
Lines starting with @ contain optional parameters.
|
Lines starting with @ contain optional parameters.
|
||||||
All values are case sensitive.
|
All values are case sensitive.
|
||||||
Be careful: nohang doesn't forbid you to shoot yourself in the foot.
|
Be careful: nohang does not forbid you to shoot yourself in the foot.
|
||||||
|
|
||||||
The configuration includes the following sections:
|
The configuration includes the following sections:
|
||||||
|
|
||||||
@ -263,7 +263,7 @@ forbid_negative_badness = True
|
|||||||
@BADNESS_ADJ_RE_NAME -500 /// ^sshd$
|
@BADNESS_ADJ_RE_NAME -500 /// ^sshd$
|
||||||
|
|
||||||
Prefer terminating Firefox tabs instead of terminating the entire browser.
|
Prefer terminating Firefox tabs instead of terminating the entire browser.
|
||||||
(In chromium and electron-based apps child processes get oom_score_adj=300
|
(In Chromium and Electron-based apps child processes get oom_score_adj=300
|
||||||
by default.)
|
by default.)
|
||||||
@BADNESS_ADJ_RE_NAME 300 /// ^Web Content$
|
@BADNESS_ADJ_RE_NAME 300 /// ^Web Content$
|
||||||
|
|
||||||
@ -306,7 +306,7 @@ forbid_negative_badness = True
|
|||||||
Protect Mate.
|
Protect Mate.
|
||||||
@BADNESS_ADJ_RE_REALPATH -300 /// ^(/usr/bin/marco|/usr/bin/mate-session|/usr/bin/caja|/usr/bin/mate-panel)$
|
@BADNESS_ADJ_RE_REALPATH -300 /// ^(/usr/bin/marco|/usr/bin/mate-session|/usr/bin/caja|/usr/bin/mate-panel)$
|
||||||
|
|
||||||
Protect LXQT.
|
Protect LXQt.
|
||||||
@BADNESS_ADJ_RE_REALPATH -300 /// ^(/usr/bin/lxqt-panel|/usr/bin/pcmanfm-qt|/usr/bin/lxqt-session)$
|
@BADNESS_ADJ_RE_REALPATH -300 /// ^(/usr/bin/lxqt-panel|/usr/bin/pcmanfm-qt|/usr/bin/lxqt-session)$
|
||||||
|
|
||||||
Protect other.
|
Protect other.
|
||||||
@ -329,10 +329,10 @@ forbid_negative_badness = True
|
|||||||
|
|
||||||
A good option that allows fine adjustment.
|
A good option that allows fine adjustment.
|
||||||
|
|
||||||
Prefer chromium tabs and electron-based apps
|
Prefer Chromium tabs and Electron-based apps
|
||||||
@BADNESS_ADJ_RE_CMDLINE 200 /// --type=renderer
|
@BADNESS_ADJ_RE_CMDLINE 200 /// --type=renderer
|
||||||
|
|
||||||
Prefer firefox tabs (Web Content and WebExtensions)
|
Prefer Firefox tabs (Web Content and WebExtensions)
|
||||||
@BADNESS_ADJ_RE_CMDLINE 100 /// -appomni
|
@BADNESS_ADJ_RE_CMDLINE 100 /// -appomni
|
||||||
|
|
||||||
@BADNESS_ADJ_RE_CMDLINE -200 /// ^/usr/lib/virtualbox
|
@BADNESS_ADJ_RE_CMDLINE -200 /// ^/usr/lib/virtualbox
|
||||||
|
Loading…
Reference in New Issue
Block a user