sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (1060B)


      1 preview all windows
      2 ===================
      3 
      4 Description
      5 -----------
      6 Allows you to preview all window image thumbnails under the current display,
      7 and when clicked, it will jump to the corresponding application window.
      8 
      9 [![preview all windows](preview-all-windows.png)](preview-all-windows.png)
     10 
     11 I used two X11 extensions — XComposite's off-screen storage feature
     12 and XRender — to capture the window image.
     13 
     14 > [!WARNING]
     15 
     16 > The project is still in development.
     17 
     18 > If you're using patches like `actualfullscreen` or `awesomebar`, please uncomment
     19 > the corresponding one in `config.def.h`.
     20 ```
     21 #define ACTUALFULLSCREEN
     22 #define AWESOMEBAR
     23 ```
     24 
     25 Download
     26 --------
     27 * [dwm-preview-all-windows-6.5.diff](dwm-preview-all-windows-6.5.diff)
     28 
     29 This patch is like the above, with keys to select windows in the preview.
     30 `Mod + j`/`Mod + k` to setect a window, `Mod + Return` to open it.
     31 
     32 * [dwm-preview-all-windows-20250407-e381933.diff](dwm-preview-all-windows-20250407-e381933.diff)
     33 
     34 Authors
     35 -------
     36 * HJ-Zhang - <hjzhang216@gmail.com>
     37 * El Bachir - <bachiralfa@gmail.com>