summaryrefslogtreecommitdiffstats
path: root/core/modules/beamergui/data/etc/X11/Xsetup.d/99-set-centered-clone
blob: 4d7122bd450bd9b8329852e7d04b2932d40a3355 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/ash -- being sourced

# Detach
/bin/bash <<HERE
{
	/opt/openslx/bin/usleep 200000
	/opt/openslx/bin/beamergui -c
} &
HERE
true