From 0a3d7cfe27f1ca169ed335ee890c05ed5d00664f Mon Sep 17 00:00:00 2001 From: MadcowOG Date: Tue, 28 Feb 2023 02:50:24 -0800 Subject: [PATCH] Modified man page. --- dwl-bar.1 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dwl-bar.1 b/dwl-bar.1 index ca95aa8..53d0e6d 100644 --- a/dwl-bar.1 +++ b/dwl-bar.1 @@ -1,4 +1,4 @@ -.TH dwl-bar 1 dwl-bar\-VERSION +.TH dwl-bar 1 .SH NAME dwl-bar \- dwm-like bar for dwl .SH SYNOPSIS @@ -7,8 +7,10 @@ dwl-bar \- dwm-like bar for dwl .SH DESCRIPTION dwl-bar is a status bar for dwl. .SH OPTIONS +.TP .B \-h prints help message and exits. +.TP .B \-v prints version and exits. .SH USAGE @@ -19,8 +21,10 @@ can be written into with the prefix 'status' to change the bar's status. .SS Mouse Commands .TP .B Middle Button -Click the middle mouse button on the status label to open a terminal. +Click the status label to spawn a terminal. .SH CUSTOMIZATION dwl-bar is customized through config.def.h and (re)compiling. .SH SEE ALSO .BR dwl (1) +.SH BUGS +Please open an issue at https://github.com/MacowOG/dwl-bar if you encounter any bugs.