diff options
| -rw-r--r-- | config/procps/toprc | 16 | ||||
| -rw-r--r-- | config/qutebrowser/config.py | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/config/procps/toprc b/config/procps/toprc new file mode 100644 index 0000000..ee8504e --- /dev/null +++ b/config/procps/toprc @@ -0,0 +1,16 @@ +top's Config File (Linux processes with windows) +Id:j, Mode_altscr=0, Mode_irixps=1, Delay_time=3.0, Curwin=2 +Def fieldscur=¥¨³´»½ÀÄ·º¹Å&')*+,-./012568<>?ABCFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz + winflags=196404, sortindx=18, maxtasks=0, graph_cpus=0, graph_mems=0, double_up=0, combine_cpus=0 + summclr=1, msgsclr=1, headclr=3, taskclr=1 +Job fieldscur=¥¦¹·º(³´Ä»½@<§Å)*+,-./012568>?ABCFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz + winflags=163252, sortindx=0, maxtasks=0, graph_cpus=1, graph_mems=0, double_up=0, combine_cpus=0 + summclr=6, msgsclr=6, headclr=7, taskclr=6 +Mem fieldscur=¥¸Äº»<=>?@AMBNC34·ªÅ&'()+,-./012569FGHIJKLOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz + winflags=720820, sortindx=18, maxtasks=0, graph_cpus=0, graph_mems=0, double_up=0, combine_cpus=0 + summclr=5, msgsclr=5, headclr=4, taskclr=3 +Usr fieldscur=¥¦§¨ª°¹·ºÄÅ)+,-./1234568;<=>?@ABCFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz + winflags=195892, sortindx=3, maxtasks=0, graph_cpus=0, graph_mems=0, double_up=0, combine_cpus=0 + summclr=3, msgsclr=3, headclr=2, taskclr=3 +Fixed_widest=0, Summ_mscale=2, Task_mscale=1, Zero_suppress=1 + diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index cae8955..29db4e9 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -40,6 +40,7 @@ c.url.searchengines = { 'aw': 'https://wiki.archlinux.org/index.php?search={}', 'pd': 'https://pandas.pydata.org/pandas-docs/stable/search.html?q={}', 'sk': 'https://scikit-learn.org/stable/search.html?q={}', + 'imdb': 'https://www.imdb.com/find?q={}', } c.fonts.default_family = ['Fira Mono', 'Baekmuk', 'Symbola'] |
