Skip to content

Commit e4d460f

Browse files
committed
man: add
1 parent 4c7c380 commit e4d460f

1 file changed

Lines changed: 175 additions & 0 deletions

File tree

man/mkwineprefix.1

Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
.\" Man page generated from reStructuredText.
2+
.
3+
.
4+
.nr rst2man-indent-level 0
5+
.
6+
.de1 rstReportMargin
7+
\\$1 \\n[an-margin]
8+
level \\n[rst2man-indent-level]
9+
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10+
-
11+
\\n[rst2man-indent0]
12+
\\n[rst2man-indent1]
13+
\\n[rst2man-indent2]
14+
..
15+
.de1 INDENT
16+
.\" .rstReportMargin pre:
17+
. RS \\$1
18+
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19+
. nr rst2man-indent-level +1
20+
.\" .rstReportMargin post:
21+
..
22+
.de UNINDENT
23+
. RE
24+
.\" indent \\n[an-margin]
25+
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
26+
.nr rst2man-indent-level -1
27+
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28+
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
29+
..
30+
.TH "MKWINEPREFIX" "1" "Feb 28, 2026" "0.0.1" "mkwineprefix"
31+
.SH NAME
32+
mkwineprefix \- mkwineprefix v0.0.1
33+
.sp
34+
Create a Wine prefix with custom settings.
35+
.SH COMMANDS
36+
.SS mkwineprefix
37+
.sp
38+
Create a Wine prefix with custom settings.
39+
.sp
40+
This should be used with eval: eval $(mkwineprefix ...)
41+
.sp
42+
Usage
43+
.INDENT 0.0
44+
.INDENT 3.5
45+
.sp
46+
.EX
47+
mkwineprefix [OPTIONS] PREFIX_NAME
48+
.EE
49+
.UNINDENT
50+
.UNINDENT
51+
.sp
52+
Options
53+
.INDENT 0.0
54+
.TP
55+
.B \-D, \-\-dpi <dpi>
56+
DPI.
57+
.UNINDENT
58+
.INDENT 0.0
59+
.TP
60+
.B \-d, \-\-debug
61+
Enable debug output.
62+
.UNINDENT
63+
.INDENT 0.0
64+
.TP
65+
.B \-\-disable\-explorer
66+
Disable starting explorer.exe automatically.
67+
.UNINDENT
68+
.INDENT 0.0
69+
.TP
70+
.B \-\-disable\-services
71+
Disable starting services.exe automatically (only useful for simple CLI programs with \-\-disable\-explorer).
72+
.UNINDENT
73+
.INDENT 0.0
74+
.TP
75+
.B \-E, \-\-eax
76+
Enable EAX.
77+
.UNINDENT
78+
.INDENT 0.0
79+
.TP
80+
.B \-g, \-\-gtk
81+
Enable Gtk+ theming.
82+
.UNINDENT
83+
.INDENT 0.0
84+
.TP
85+
.B \-r, \-\-prefix\-root <prefix_root>
86+
Prefix root.
87+
.UNINDENT
88+
.INDENT 0.0
89+
.TP
90+
.B \-S, \-\-sandbox
91+
Sandbox the prefix.
92+
.UNINDENT
93+
.INDENT 0.0
94+
.TP
95+
.B \-\-no\-gecko
96+
Disable downloading Gecko automatically.
97+
.UNINDENT
98+
.INDENT 0.0
99+
.TP
100+
.B \-\-no\-mono
101+
Disable downloading Mono automatically.
102+
.UNINDENT
103+
.INDENT 0.0
104+
.TP
105+
.B \-\-no\-xdg
106+
Disable winemenubuilder.exe.
107+
.UNINDENT
108+
.INDENT 0.0
109+
.TP
110+
.B \-\-no\-assocs
111+
Disable creating file associations, but still allow menu entries to be made (unless \-\-no\-xdg is also passed).
112+
.UNINDENT
113+
.INDENT 0.0
114+
.TP
115+
.B \-N, \-\-nvapi
116+
Add dxvk\-nvapi.
117+
.UNINDENT
118+
.INDENT 0.0
119+
.TP
120+
.B \-o, \-\-noto
121+
Use Noto Sans in place of most fonts.
122+
.UNINDENT
123+
.INDENT 0.0
124+
.TP
125+
.B \-T, \-\-trick <tricks>
126+
Add an argument for winetricks.
127+
.UNINDENT
128+
.INDENT 0.0
129+
.TP
130+
.B \-t, \-\-tmpfs
131+
Make Wine use tmpfs.
132+
.UNINDENT
133+
.INDENT 0.0
134+
.TP
135+
.B \-V, \-\-windows\-version <windows_version>
136+
Windows version.
137+
.INDENT 7.0
138+
.TP
139+
.B Options
140+
11 | 10 | vista | 2k3 | 7 | 8 | xp | 81 | 2k | 98 | 95
141+
.UNINDENT
142+
.UNINDENT
143+
.INDENT 0.0
144+
.TP
145+
.B \-\-vd <SIZE>
146+
Virtual desktop size, e.g. 1024x768.
147+
.UNINDENT
148+
.INDENT 0.0
149+
.TP
150+
.B \-W, \-\-winrt\-dark
151+
Enable dark mode for WinRT apps.
152+
.UNINDENT
153+
.INDENT 0.0
154+
.TP
155+
.B \-x, \-\-dxva\-vaapi
156+
Enable DXVA2 support with VA\-API.
157+
.UNINDENT
158+
.INDENT 0.0
159+
.TP
160+
.B \-\-32
161+
Use 32\-bit prefix.
162+
.UNINDENT
163+
.sp
164+
Arguments
165+
.INDENT 0.0
166+
.TP
167+
.B PREFIX_NAME
168+
Required argument
169+
.UNINDENT
170+
.SH AUTHOR
171+
Andrew Udvare <audvare@gmail.com>
172+
.SH COPYRIGHT
173+
2026
174+
.\" Generated by docutils manpage writer.
175+
.

0 commit comments

Comments
 (0)