feat: add proced config and customed some faces
This commit is contained in:
@@ -169,6 +169,20 @@
|
||||
(if *is-linux*
|
||||
(use-package guix))
|
||||
|
||||
;; proced,进程管理器
|
||||
(use-package proced
|
||||
:straight nil
|
||||
:custom
|
||||
(proced-auto-update-flag t)
|
||||
(proced-goal-attribute nil)
|
||||
(proced-show-remote-processes t)
|
||||
(proced-enable-color-flag t)
|
||||
(proced-format 'custom)
|
||||
:config
|
||||
(add-to-list
|
||||
'proced-format-alist
|
||||
'(custom user pid ppid sess tree pcpu pmem rss start time state (args comm))))
|
||||
|
||||
(provide 'init-package)
|
||||
|
||||
;;; init-package.el ends here
|
||||
|
||||
Reference in New Issue
Block a user