Steeem
This commit is contained in:
parent
67c7a79784
commit
b59d6f0905
|
@ -1,17 +0,0 @@
|
||||||
#!/usr/bin/env sh
|
|
||||||
|
|
||||||
if [ ! -f /bin/steam ] && [ ! -f /usr/bin/steam ] && [ ! -f /usr/local/bin/steam ]; then
|
|
||||||
echo "Steam not installed (/bin/steam, /usr/bin/steam, and /usr/local/bin/steam not found)"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
mkdir -p ~/.steam/steam/package
|
|
||||||
echo "steampal_stable_9a24a2bf68596b860cb6710d9ea307a76c29a04d" > ~/.steam/steam/package/beta
|
|
||||||
|
|
||||||
if [ -f /bin/steam ]; then
|
|
||||||
exec /bin/steam -gamepadui
|
|
||||||
elif [ -f /usr/bin/steam ]; then
|
|
||||||
exec /usr/bin/steam -gamepadui
|
|
||||||
elif [ -f /usr/local/bin/steam ]; then
|
|
||||||
exec /usr/local/bin/steam -gamepadui
|
|
||||||
fi
|
|
|
@ -1,2 +1,2 @@
|
||||||
exec output '"Dell Inc. DELL U2720Q CWTM623"' transform 270 scale 1.5
|
exec output '"Dell Inc. DELL U2720Q CWTM623"' transform 270 scale 1.5
|
||||||
gaps inner 5
|
gaps inner 0
|
||||||
|
|
|
@ -4,12 +4,12 @@ gaps inner 10
|
||||||
|
|
||||||
output "Samsung Electric Company SyncMaster H1AK500000" position 0,0
|
output "Samsung Electric Company SyncMaster H1AK500000" position 0,0
|
||||||
|
|
||||||
output "GIGA-BYTE TECHNOLOGY CO., LTD. AORUS FO48U 23070B000307" mode 3840x2160@120Hz position 1440,0
|
output "GIGA-BYTE TECHNOLOGY CO., LTD. AORUS FO48U 23070B000307" mode 3840x2160@120Hz position 0,0
|
||||||
|
|
||||||
output "Dell Inc. DELL U2720Q CWTM623" transform 90 scale 1.5
|
output "Dell Inc. DELL U2720Q CWTM623" transform 90 scale 1.5
|
||||||
output "Dell Inc. DELL U2720Q CWTM623" position 5280,0
|
output "Dell Inc. DELL U2720Q CWTM623" position 3840,0
|
||||||
|
|
||||||
output "Dell Inc. DELL U2720Q D3TM623" transform 90 scale 1.5
|
output "Dell Inc. DELL U2720Q D3TM623" transform 90 scale 1.5
|
||||||
output "Dell Inc. DELL U2720Q D3TM623" position 0,0
|
output "Dell Inc. DELL U2720Q D3TM623" position -1440,0
|
||||||
|
|
||||||
exec firefox
|
exec firefox
|
||||||
|
|
Reference in a new issue