I can recreate my system from backup in
Seconds Minutes Hours Days Weeks Never tested Never backed up ( 486 votes ~ 6 comments )
You are not currently logged in. If you do not have a user account then please consider creating one and logging in before you post your comment. This will allow you to track replies to your comment, and take part in the site much more freely.
To add your comment, fill in all the boxes below and then preview it to make sure you're happy with the way that it looks.
This is the comment you were replying to, attached to the article Finding the dimensions of the X11 display:
#5 Re: Finding the dimensions of the X11 display Posted by rednecktek (65.40.xx.xx) on Mon 2 May 2005 at 16:15 This is something I use to set a roottail on my desktops (which are all diffferent widths). Hopefully this will help someone else. Of course, now I'll have to modify the expressions, now that I see a better way. ;) #!/bin/sh WIDTH=`xwininfo -root | grep Width | cut -d":" -f2` WIDTH=`expr $WIDTH - 20` WIDTH=${WIDTH}"x150-10-50" root-tail -g $WIDTH /dev/xconsole,green /dev/emerg,red /dev/kerninfo,blue &
#!/bin/sh WIDTH=`xwininfo -root | grep Width | cut -d":" -f2` WIDTH=`expr $WIDTH - 20` WIDTH=${WIDTH}"x150-10-50" root-tail -g $WIDTH /dev/xconsole,green /dev/emerg,red /dev/kerninfo,blue &
Posting Format:
Inappropriate comments will be removed.
Some help on entry formatting is available
Username:
Password:
[ Advanced Login ]
Register Account