X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fgrml-info;h=005be7505776fa1498bc1fb8e3810daf8ecdca7a;hb=2378c65d20e15a10d3a062fd75bc54f205eacc61;hp=391ca6eaeb48eda99f6ac8882bb3a1082487e21a;hpb=86f49c2bcb807d949b4e18eaac3c4d44d6c3a8f7;p=grml-scripts.git diff --git a/usr_bin/grml-info b/usr_bin/grml-info index 391ca6e..005be75 100755 --- a/usr_bin/grml-info +++ b/usr_bin/grml-info @@ -14,6 +14,8 @@ local PAGE='/usr/share/doc/grml-docs/startpage.html' if [ -n "$DISPLAY" ]; then if check4progs dillo ; then dillo $PAGE + elif check4progs xlinks2 ; then + xlinks2 -mode 640x480 $PAGE elif check4progs firefox ; then firefox $PAGE elif check4progs x-www-browser ; then