diff options
| author | marco giusti <marco.giusti@gmail.com> | 2011-12-06 00:34:26 +0100 |
|---|---|---|
| committer | marco giusti <marco.giusti@gmail.com> | 2011-12-06 00:34:26 +0100 |
| commit | aec2740cc698b5b8c7e59cdcd7ab3a05d12716f9 (patch) | |
| tree | a198d3f9194fd6bba18b25dabdc692ff51574c6c /docs/tutorial/attr.py.xdotool | |
| parent | f0f72e2f606b8b3a5189c4d5e637a543708cd07c (diff) | |
| download | urwid-aec2740cc698b5b8c7e59cdcd7ab3a05d12716f9.tar.gz | |
Add screenshots.sh and compile_pngs.sh
Substitute old images with the new ones generated by the new scripts
--HG--
branch : feature-sphinx
Diffstat (limited to 'docs/tutorial/attr.py.xdotool')
| -rw-r--r-- | docs/tutorial/attr.py.xdotool | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tutorial/attr.py.xdotool b/docs/tutorial/attr.py.xdotool new file mode 100644 index 0000000..ca21a03 --- /dev/null +++ b/docs/tutorial/attr.py.xdotool @@ -0,0 +1,4 @@ +windowsize --usehints $RXVTWINDOWID 21 7 +windowsize --usehints $RXVTWINDOWID 10 9 +windowsize --usehints $RXVTWINDOWID 30 3 +windowsize --usehints $RXVTWINDOWID 15 2 |
