diff --git a/README.md b/README.md index 8b201aa..44f3a67 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xresizedaemon + +daemond which force the resize of the xouput for an xorg server. diff --git a/xresizedaemon.sh b/xresizedaemon.sh new file mode 100755 index 0000000..0284248 --- /dev/null +++ b/xresizedaemon.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +while : +do + xrandr --output Virtual-1 --auto + sleep 0.5 +done