sites

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

index.md (835B)


      1 bartoggle
      2 =========
      3 
      4 Description
      5 -----------
      6 This patch allows you to toggle every part of the dwm bar with keybinds. In addition to showbar, this patch adds:
      7 
      8 * `showtitle` - Whether or not to show the title
      9 * `showtags` - Whether or not to show the tags
     10 * `showlayout` - Whether or not to show the layout indicator
     11 * `showstatus` - Whether or not to show the status bar
     12 * `showfloating` - Whether or not to show the floating indicator
     13 
     14 If you opt for the keybinds version, it also adds keybinds that can be used to toggle these options during runtime. This patch is maintained on its codeberg repository [here](https://codeberg.org/speedie/patches).
     15 
     16 Download
     17 --------
     18 * [dwm-bartoggle-6.4.diff](dwm-bartoggle-6.4.diff)
     19 * [dwm-bartoggle-keybinds-6.4.diff](dwm-bartoggle-keybinds-6.4.diff)
     20 
     21 Author
     22 ------
     23 * speedie <speedie@duck.com>