From 7e128d163aef7b811d1193395b62bc15faa59840 Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Fri, 7 Jun 2024 21:44:15 +0400 Subject: [PATCH] add zapzap autostart --- i3/.config/i3/startup_apps.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/i3/.config/i3/startup_apps.sh b/i3/.config/i3/startup_apps.sh index 0a948e0..18efb52 100755 --- a/i3/.config/i3/startup_apps.sh +++ b/i3/.config/i3/startup_apps.sh @@ -12,4 +12,8 @@ i3-msg 'workspace 9; exec thunderbird' sleep 2 # Start Jellyfin Media Player and move it to workspace 8 -i3-msg 'workspace 8; exec jellyfinmediaplayer' \ No newline at end of file +i3-msg 'workspace 8; exec jellyfinmediaplayer' + +sleep 2 + +i3-msg 'workspace 7; exec zapzap;'