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