mrrl-logincaps

MRRL version of logincaps
git clone https://ccx.te2000.cz/git/mrrl-logincaps
Log | Files | Refs

commit 139e98efab8c50b1d752c1e6e13f13cc8fb40563
parent 45b4285d11e59abe5d2c2ccc87ef19b4600a1664
Author: ccx <ccx@te2000.cz>
Date:   Wed,  9 Oct 2024 22:21:21 +0000

Add procs

Diffstat:
Mbin/handle-nsx11-message | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/bin/handle-nsx11-message b/bin/handle-nsx11-message @@ -313,6 +313,10 @@ case $data in in_terminal atop ;; + (procs) + in_terminal procs -w --load-config /home/ccx/procs.conf + ;; + (zsh-history) update-zsh-history ;;