mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing toprc
This commit is contained in:
parent
a5cac63a74
commit
79f1ad7143
3 changed files with 16 additions and 12 deletions
|
@ -14,7 +14,7 @@ logappend=true
|
|||
|
||||
#port = 27017
|
||||
|
||||
slowms=100
|
||||
slowms=1000
|
||||
|
||||
syncdelay=1
|
||||
|
||||
|
|
22
config/toprc
22
config/toprc
|
@ -1,14 +1,16 @@
|
|||
RCfile for "top with windows" # shameless braggin'
|
||||
Id:a, Mode_altscr=1, Mode_irixps=0, Delay_time=1.000, Curwin=0
|
||||
Def fieldscur=AEhiqtoWKNbMcdfgjprsluvyzX
|
||||
winflags=65528, sortindx=13, maxtasks=35
|
||||
top's Config File (Linux processes with windows)
|
||||
Id:i, Mode_altscr=1, Mode_irixps=1, Delay_time=1.0, Curwin=0
|
||||
Def fieldscur=??34;=@D????&')*+,-./012568<>?ABCFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghij
|
||||
winflags=196532, sortindx=18, maxtasks=30, graph_cpus=0, graph_mems=0
|
||||
summclr=1, msgsclr=1, headclr=3, taskclr=1
|
||||
Job fieldscur=ABcefgjlrstuvyzMKNHIWOPQDX
|
||||
winflags=65465, sortindx=10, maxtasks=13
|
||||
Job fieldscur=?????(34D;=@<??)*+,-./012568>?ABCFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghij
|
||||
winflags=196532, sortindx=21, maxtasks=0, graph_cpus=0, graph_mems=0
|
||||
summclr=6, msgsclr=6, headclr=7, taskclr=6
|
||||
Mem fieldscur=ANOPQRSTUVbcdefgjlMyzWHIKX
|
||||
winflags=65465, sortindx=12, maxtasks=13
|
||||
Mem fieldscur=???<?????MBN?D34??&'()*+,-./0125689FGHIJKLOPQRSTUVWXYZ[\]^_`abcdefghij
|
||||
winflags=195876, sortindx=21, maxtasks=0, graph_cpus=0, graph_mems=0
|
||||
summclr=5, msgsclr=5, headclr=4, taskclr=5
|
||||
Usr fieldscur=ABDECGfhijloPqrstuvyzMKNWX
|
||||
winflags=65520, sortindx=15, maxtasks=62
|
||||
Usr fieldscur=???????????)+,-./1234568;<=>?@ABCFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghij
|
||||
winflags=195876, sortindx=3, maxtasks=0, graph_cpus=0, graph_mems=0
|
||||
summclr=3, msgsclr=3, headclr=2, taskclr=3
|
||||
Fixed_widest=0, Summ_mscale=1, Task_mscale=4, Zero_suppress=1
|
||||
|
||||
|
|
4
fabfile.py
vendored
4
fabfile.py
vendored
|
@ -435,7 +435,9 @@ def setup_repo_local_settings():
|
|||
run('touch logs/newsblur.log')
|
||||
|
||||
def setup_local_files():
|
||||
put("config/toprc", "~/.toprc")
|
||||
run('mkdir -p ~/.config/procps')
|
||||
put("config/toprc", "~/.config/procps/toprc")
|
||||
run('rm ~/.toprc')
|
||||
put("config/zshrc", "~/.zshrc")
|
||||
put('config/gitconfig.txt', '~/.gitconfig')
|
||||
put('config/ssh.conf', '~/.ssh/config')
|
||||
|
|
Loading…
Add table
Reference in a new issue