commit 6c9b7c1ca9b96ab366088c4bfc50d1b0e81042eb parent 139e98efab8c50b1d752c1e6e13f13cc8fb40563 Author: ccx <ccx@te2000.cz> Date: Wed, 9 Oct 2024 23:15:39 +0000 Add top Diffstat:
M | bin/handle-nsx11-message | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/bin/handle-nsx11-message b/bin/handle-nsx11-message @@ -305,6 +305,10 @@ case $data in #in_terminal watch -n 1 'tree /run/containers/*.ccx/inbox' ;; + (top) + in_terminal /usr/bin/top --secure-mode + ;; + (htop) in_terminal htop --readonly ;; @@ -314,7 +318,7 @@ case $data in ;; (procs) - in_terminal procs -w --load-config /home/ccx/procs.conf + in_terminal procs -w --load-config $HOME/procs.conf ;; (zsh-history)