aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-07-22 02:15:06 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-07-22 02:15:06 +0100
commit520b6742fe67b020810cfdc15c12f87c63378f65 (patch)
tree9609a5a4ee0cd95fc5b28cca14ca746ec45bdfd4
parentdaa24c3f3172e20006e8d4fc6c4d323fe6314c3b (diff)
downloaddwmblocks-520b6742fe67b020810cfdc15c12f87c63378f65.tar.gz
dwmblocks-520b6742fe67b020810cfdc15c12f87c63378f65.tar.bz2
dwmblocks-520b6742fe67b020810cfdc15c12f87c63378f65.zip
Added usage section to dwmblocks
-rw-r--r--dwmblocks.110
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.