sites

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

index.md (709B)


      1 mainmon
      2 ==========
      3 
      4 Description
      5 -----------
      6 By default, the contents of the status bar are shown on the selected monitor.
      7 This can be an annoyance in a couple of scenarios:
      8 
      9 * If you have a vertical monitor, it might not be possible to see the entire
     10   status bar on it.
     11 * If you use your computer in public (i.e. using a projector), you might not
     12   want others to see the contents of the status bar.
     13 
     14 This patch adds a configurable `mainmon` option to the `config.def.h` which
     15 defines the monitor where the status bar is shown. It no longer follows
     16 focus.
     17 
     18 Download
     19 --------
     20 * [dwm-mainmon-20220330-bece862.diff](dwm-mainmon-20220330-bece862.diff)
     21 
     22 Author
     23 -------
     24 * Benjamin Chausse - <benjamin@chausse.xyz>