diff options
author | btkoch <brandon@brandon-desktop.localdomain> | 2023-11-27 13:51:31 -0500 |
---|---|---|
committer | btkoch <brandon@brandon-desktop.localdomain> | 2023-11-27 13:51:31 -0500 |
commit | b8ed6bb138b28ba3632b51b840b6d1be5e4decec (patch) | |
tree | 3c36b5e800ba162369809ad3555acdc2932f961f /dwm.1.rej | |
parent | e81f17d4c196aaed6893fd4beed49991caa3e2a4 (diff) |
update
Diffstat (limited to 'dwm.1.rej')
-rw-r--r-- | dwm.1.rej | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/dwm.1.rej b/dwm.1.rej new file mode 100644 index 0000000..539cb4d --- /dev/null +++ b/dwm.1.rej @@ -0,0 +1,46 @@ +--- dwm.1 ++++ dwm.1 +@@ -54,6 +74,43 @@ dwm draws a small border around windows to indicate the focus state. + .TP + .B \-v + prints version information to standard output, then exits. ++.TP ++.B \-h --help ++prints short help ++.TP ++.BI \-fn " font" ++defines the font or font set used. ++.TP ++.BI \-nb " color" ++defines the normal background color. ++.IR #RGB , ++.IR #RRGGBB , ++and X color names are supported. ++.TP ++.BI \-nf " color" ++defines the normal foreground color. ++.TP ++.BI \-sb " color" ++defines the selected background color. ++.TP ++.BI \-sf " color" ++defines the selected foreground color. ++.TP ++.BI \-df " font" ++defines the font used in dmenu_run. ++.TP ++.BI \-dnb " color" ++defines the normal background color in dmenu_run. ++.TP ++.BI \-dnf " color" ++defines the normal foreground color in dmenu_run. ++.TP ++.BI \-dsb " color" ++defines the selected background color in dmenu_run. ++.TP ++.BI \-dsf " color" ++defines the selected foreground color in dmenu_run. ++.TP + .SH USAGE + .SS Status bar + .TP |