diff options
-rw-r--r-- | dwmblocks.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dwmblocks.1 b/dwmblocks.1 index 06b8a38..d6872cc 100644 --- a/dwmblocks.1 +++ b/dwmblocks.1 @@ -29,6 +29,16 @@ prints string for bar instead of setting X root. .TP .B \-d sets delimiter. +.SH USAGE +dwmblocks is a single binary which can be executed at anytime, setting +the X window root. Only one instance is expected to be executing at +any one time, though multiple instances will simply overwrite each +other. +.P +It is recommended to call dwmblocks early in the init process of your +system, close to when dwm is executed if possible. See +https://git.aryadevchavali.com/dotfiles/tree/XServer/.xinitrc for an +example. .SH CUSTOMIZATION dwmblocks is customised by creating a custom config.h and (re)compiling the source code. This keeps it fast, secure and simple. |