sites

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

index.md (1037B)


      1 center only window
      2 ==================
      3 
      4 Description
      5 -----------
      6 This patch adds a rule which centers a window in tiled mode 
      7 when it is the only window. When more than one window is open
      8 in tiled mode, then they tile normally.
      9 
     10     +-----------------------+       +-----------+-----------+
     11     |                       |       |           |           |
     12     |     +-----------+     |       |           |           |
     13     |     |           |     |       |           |           |
     14     |     |     1     |     |       |     1     |     2     |
     15     |     |           |     |       |           |           |
     16     |     +-----------+     |       |           |           |
     17     |                       |       |           |           |
     18     +-----------------------+       +-----------+-----------+
     19 
     20 Replaces [centerfirstwindow](../center_first_window) which doesn't
     21 work as expected.
     22 
     23 Download
     24 --------
     25 * [dwm-centeronlywindow-20260911-44dbc68.diff](dwm-centeronlywindow-20260911-44dbc68.diff)
     26 
     27 Authors
     28 -------
     29 Niky Kovalski <nikykovalski@gmail.com>