From 6505285ba8171c6c3cb5b0350b339bf35c9eaaaa Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 23 Feb 2023 23:20:03 +0100 Subject: up --- .config/openbox/autostart | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '.config/openbox') diff --git a/.config/openbox/autostart b/.config/openbox/autostart index fcfd537..fb4c6f9 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -18,21 +18,20 @@ # select OS -os=$(cat /tmp/os) -case $os in - 1) +case $(hostname -s) in + mother) icon=" " mpd="mpd" xscr="xscreensaver --no-splash" sleep="sleep 0.5" ;; - 2) + po-rbo) icon=" " mpd="mpd" xscr="xscreensaver" sleep="sleep 0.5" ;; - 3) + fbsd-tp) icon=" " mpd="musicpd" xscr="xscreensaver --no-splash" -- cgit v1.2.3