uureel / batocera.pro

This repo is scheduled for phase out // Unofficial apps for Batocera, installation info below
http://batocera.pro
GNU General Public License v3.0
174 stars 37 forks source link

How to run apps in the background #16

Closed sudo-nitz closed 9 months ago

sudo-nitz commented 10 months ago

Hi!

I've a question about autostarting up apps in minimized window. I've have downloaded Transmission and edited script custom.sh:

#!/bin/bash
/userdata/system/pro/transmission/extra/startup &
/userdata/system/pro/transmission/Launcher &

In launcher we can find:

#!/bin/bash 
unclutter-remote -s
DISPLAY=:0.0 batocera-wine lutris play /userdata/system/pro/transmission/transmission-qt.exe 2>/dev/null

How to run apps in the background?

uureel commented 10 months ago

start them from f1 and use alt+tab, ports are blocking multitasking