sites

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

index.md (839B)


      1 togglebar
      2 =========
      3 
      4 Description
      5 -----------
      6 
      7 The **ToggleBar** patch for the Dynamic Window Manager (dwm) introduces
      8 a powerful way to streamline your workflow. It enables you to show or hide the
      9 dwm bar on any monitor with simple hotkeys.
     10 
     11 ##### Notes
     12 
     13 **1. Default Keybindings:**
     14 
     15 * `Mode + a`: Hides all bars (value = 0).
     16 * `Mode + b`: Displays the bar on monitor one (value = 1).
     17 * `Mode + c`: Displays the bar on monitor two (value = 2).
     18 * `Mode + d`: Displays the bar on all monitors (default behavior).
     19 
     20 **2. Customizing Defaults:**
     21 
     22 You can modify the default behavior by changing the values in the `config.def.h`
     23 file. The default values are set to 1 and 2.
     24 
     25 Download
     26 --------
     27 * [dwm-togglebar-20250124-15e8116.diff](dwm-togglebar-20250124-15e8116.diff) (2025-01-24)
     28 
     29 Author
     30 ------
     31 * [El Bachir](https://github.com/elbachir-one)