sites

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

index.md (925B)


      1 toggletopbar
      2 =========
      3 
      4 Description
      5 -----------
      6 This very simple patch adds a keybind (by default MODKEY + t) which changes the position of the bar during runtime.
      7 
      8 Because of the way the barpadding patch works, there needs to be a special patch for barpadding users as otherwise the bar will be positioned outside the screen. This patch should be applied on top of barpadding.
      9 
     10 The systray patch will also conflict, but only if barpadding is patched as well. To solve this, see [this commit](https://codeberg.org/speedie/speedwm/commit/0b9551fffe868c2efac6b3639443073c967d895c.patch) and [this commit](https://codeberg.org/speedie/speedwm/commit/1003d20915b7fab1492e3b7ea1c5038fa11ad324.patch). Adapt this to your own build.
     11 
     12 Download
     13 --------
     14 * [dwm-toggletopbar-6.4.diff](dwm-toggletopbar-6.4.diff)
     15 * [dwm-toggletopbar-barpadding-6.4.diff](dwm-toggletopbar-barpadding-6.4.diff)
     16 
     17 Author
     18 ------
     19 * speedie <speedie@duck.com>