index.md - sites - public wiki contents of suckless.org
HTML git clone git://git.suckless.org/sites
DIR Log
DIR Files
DIR Refs
---
index.md (741B)
---
1 staticstatus
2 ============
3
4 Description
5 -----------
6 This patch forces your status bar to stay put on a single monitor in a multi-monitor setup, no matter where your focus is. You can set which monitor you want the status bar to stay in with the statmonval value (in config.h), whose values are from 0 to (the number of monitors you have)-1. Monitors are enumerated in the order that they're picked up by dwm. Make sure to define the value in your config.h before compiling.
7
8 Configuration
9 -------------
10
11 static const int statmonval = 0;
12
13 Download
14 --------
15 * [dwm-staticstatus-20211010-a786211.diff](dwm-staticstatus-20211010-a786211.diff)
16 * [dwm-staticstatus-6.2.diff](dwm-staticstatus-6.2.diff)
17
18 Author
19 ------
20 * Ian Ressa <ian@eonndev.com>