index.md - sites - public wiki contents of suckless.org
 (HTM) git clone git://git.suckless.org/sites
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       index.md (998B)
       ---
            1 bar height
            2 ==========
            3 
            4 This patch allows user to change dwm's default bar height.
            5 
            6 Usage
            7 -----
            8 
            9 Change `user_bh` variable in you're config.h If `user_bh` is equal to 0 dwm will calculate bar height like it did before.
           10 
           11         static const int user_bh = 0; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */
           12 
           13 Download
           14 --------
           15 * [dwm-bar-height-6.2.diff](dwm-bar-height-6.2.diff)
           16 
           17 The following patch is following the way mentioned in [Archwiki](https://wiki.archlinux.org/title/Dwm#Space_around_font_in_dwm's_bar): the variable (renamed from `user_bh` to `barspacing`) is instead added to the font size. As a result, the bar height respects the DPI (which defines the font height).
           18 * [dwm-bar-height-spacing-6.3.diff](dwm-bar-height-spacing-6.3.diff) (2022-05-19)
           19 
           20 Authors
           21 -------
           22 * bit6tream <bit6tream@cock.li> ([bit6tream's gitlab](https://gitlab.com/bit9tream)): original patch
           23 * Acid Bong ([github](https://github.com/acid-bong)): `bar-height-spacing` patch