diff options
author | bionel <ionel.busuioc@gmil.com> | 2016-08-19 21:36:57 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmil.com> | 2016-08-19 21:36:57 +0300 |
commit | 671c0493b4cc3684eca9fa5376c7be3253140d93 (patch) | |
tree | f59bbb86e0e42b20c4b173e6658add2e5842a478 | |
parent | ea55da2be564258a3a770345e378544a2eb62580 (diff) |
add qps config
-rw-r--r-- | skel/.qpsrc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/skel/.qpsrc b/skel/.qpsrc new file mode 100644 index 0000000..ba65598 --- /dev/null +++ b/skel/.qpsrc @@ -0,0 +1,23 @@ +[General] +field=PID, USER, NICE, VSIZE, MEM, %CPU, COMMAND_LINE +flags=infobar, ctrlbar, statbar, autosave, cpubar, loadgraph, loadicon, selectpids, hostname, service +interval=1300 +version=40 +viewproc=0 + +[commands] +size=0 + +[font] +name=Sans +size=10 + +[geometry] +height=713 +visiable=true +width=1366 +x=0 +y=23 + +[watchdog] +size=0 |