index.md (983B)
1 preview all windows 2 ================ 3 4 Description 5 ----------- 6 Allows you to preview all window image thumbnails under the current display, and when clicked, it will jump to the corresponding application window 7 8 ![preview all windows](./preview-all-windows.png) 9 10 I used two x11 extensions, xcomposite's off-screen storage feature and xrender to get the window image 11 12 13 > [!WARNING] 14 15 > If you're using patches for fullscreen and hidewin, please follow the comments in my patches and adjust the code to suit the effects of other patches 16 17 > The project is still in the development stage, and there are still many problems, such as: without using a renderer like picom, the window image will not be available, but fortunately there is no crash 18 19 > (I'm sorry because I've been using picom and this issue didn't come to me until I was making diff) 20 21 Download 22 -------- 23 * [dwm-preview-all-windows-6.5.diff](./dwm-preview-all-windows-6.5.diff) 24 25 Author 26 ------ 27 * HJ-Zhang - <hjzhang216@gmail.com>