From 7aa42d34133b069dba52fac0353d18a923a5777d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 22 Jan 2026 18:07:17 +0200 Subject: [PATCH] install: autostart htop --- install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install b/install index a29f1468..319bd5e0 100755 --- a/install +++ b/install @@ -337,6 +337,8 @@ if [ "$(id -u)" == "0" ]; then # SECURITY WARNING, autostarts (rm -v /etc/xdg/autostart/footclient-tmux.desktop &) cp -v etc/xdg/autostart/foot-tmux.desktop /etc/xdg/autostart/ + cp -v etc/xdg/autostart/footclient-htop.desktop /etc/xdg/autostart/ + if hash journalctl 2> /dev/null; then cp -v etc/xdg/autostart/footclient-journal.desktop /etc/xdg/autostart/ #cp -v etc/xdg/autostart/footclient-journal-dns.desktop /etc/xdg/autostart/