summaryrefslogtreecommitdiffstats
path: root/move/tree/startkde_move
blob: 9169add40f6f1082d6a7e77226000283909f770a (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

while true; do
    wait4x || exit 1
    xwait -permanent &
    xdim=`xdpyinfo | perl -ne 'print $1 if /dimensions:\s*(\d+)/'`
    qiv --root /image/move/BOOT-$xdim-MOVE.jpg
    startkde
    sudo killall X
done