From fde186b3b68c04ce519d1d86fa6e329f346e0b08 Mon Sep 17 00:00:00 2001
From: Joe <bousset.rudy@gmail.com>
Date: Sat, 18 Feb 2023 23:49:46 +0100
Subject: up

---
 .config/openbox/autostart | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.config/openbox/autostart b/.config/openbox/autostart
index 8a795d2..8a61946 100755
--- a/.config/openbox/autostart
+++ b/.config/openbox/autostart
@@ -44,8 +44,10 @@ startif() {
 	pgrep "$(basename "$1")" >/dev/null || "$@" >/dev/null 2>&1 &
 }
 
-
 export LANG='en_US.UTF-8'
+if [ $(hostname -s) = mother ]; then
+	"$HOME"/.local/bin/scr.sh
+fi
 startif dunst
 startif picom
 startif mpd-notification
-- 
cgit v1.2.3