summaryrefslogtreecommitdiff
path: root/archive/bin/xmousetidy
blob: 004c09989c2d8a04e8bc1c71ad5bf878d9d72827 (plain)
1
2
3
4
5
6
#!/bin/bash

xdotool mousemove \
        $(xdpyinfo | \
              perl -wne 'next unless /dimensions:    ([0-9]+)x([0-9]+)/;
                   print "$1 $2"; exit')