diff options
Diffstat (limited to '.local/share/s6/footserver')
| -rwxr-xr-x | .local/share/s6/footserver/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/s6/footserver/run b/.local/share/s6/footserver/run index ff44973..1e61041 100755 --- a/.local/share/s6/footserver/run +++ b/.local/share/s6/footserver/run @@ -1,2 +1,2 @@ #!/bin/sh -exec foot -s 2>&1 +exec nice --adjustment=2 foot -s 2>&1 |