chiark / gitweb /
bin/disorder-notify: Rewrite and take over the functionality of `media-keys'.
[profile] / bin / xpra-start-xdummy
CommitLineData
b7743290
MW
1#! /bin/sh -e
2
3dpy=${1?display}; shift
4exec xpra --xvfb="Xorg -dpi 75 -noreset -nolisten tcp \
5 +extension GLX +extension RANDR +extension RENDER \
bfb4aaca 6 -config xpra-xorg.conf \
b7743290
MW
7 -logfile $HOME/.xpra/xserver-$dpy.log" \
8 "$@" start :$dpy