aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-27 10:50:18 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-27 10:50:18 -0500
commitf05e4a368d67c067a7c7f760282d2b0ee251e59c (patch)
tree9b6b86a2f374a9268263ef1018b2669ef79a7d76
parentAdd CNAME (diff)
downloadsway-f05e4a368d67c067a7c7f760282d2b0ee251e59c.tar.gz
sway-f05e4a368d67c067a7c7f760282d2b0ee251e59c.tar.zst
sway-f05e4a368d67c067a7c7f760282d2b0ee251e59c.zip
Remove man pages (they're outdated)
-rw-r--r--index.html6
-rw-r--r--sway-1.html169
-rw-r--r--sway-5.html246
3 files changed, 0 insertions, 421 deletions
diff --git a/index.html b/index.html
index 6d2186c7..7b6d8019 100644
--- a/index.html
+++ b/index.html
@@ -40,10 +40,4 @@ layout: master
40 Join the <a href="http://webchat.freenode.net/?channels=sway&uio=d4">IRC channel</a> 40 Join the <a href="http://webchat.freenode.net/?channels=sway&uio=d4">IRC channel</a>
41 </div> 41 </div>
42 <div class="col-md-1"> </div> 42 <div class="col-md-1"> </div>
43 <div class="col-md-1">
44 <a href="/sway-1.html">sway (1)</a>
45 </div>
46 <div class="col-md-1">
47 <a href="/sway-5.html">sway (5)</a>
48 </div>
49</div> 43</div>
diff --git a/sway-1.html b/sway-1.html
deleted file mode 100644
index 82a26a11..00000000
--- a/sway-1.html
+++ /dev/null
@@ -1,169 +0,0 @@
1<!-- Creator : groff version 1.22.3 -->
2<!-- CreationDate: Sun Aug 23 20:47:38 2015 -->
3<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
4"http://www.w3.org/TR/html4/loose.dtd">
5<html>
6<head>
7<meta name="generator" content="groff -Thtml, see www.gnu.org">
8<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
9<meta name="Content-Style" content="text/css">
10<style type="text/css">
11 p { margin-top: 0; margin-bottom: 0; vertical-align: top }
12 pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
13 table { margin-top: 0; margin-bottom: 0; vertical-align: top }
14 h1 { text-align: center }
15 body { width: 500px; margin: 0 auto; background: #111; color: #fff; }
16 a { color: #0275D8; }
17</style>
18<title>SWAY</title>
19
20</head>
21<body>
22
23<h1 align="center">SWAY</h1>
24
25<a href="#NAME">NAME</a><br>
26<a href="#SYNOPSIS">SYNOPSIS</a><br>
27<a href="#OPTIONS">OPTIONS</a><br>
28<a href="#DESCRIPTION">DESCRIPTION</a><br>
29<a href="#COMMANDS">COMMANDS</a><br>
30<a href="#CONFIGURATION">CONFIGURATION</a><br>
31<a href="#AUTHORS">AUTHORS</a><br>
32<a href="#SEE ALSO">SEE ALSO</a><br>
33
34<hr>
35
36
37<h2>NAME
38<a name="NAME"></a>
39</h2>
40
41
42<p style="margin-left:11%; margin-top: 1em">sway &minus;
43SirCmpwn's Wayland window manager</p>
44
45<h2>SYNOPSIS
46<a name="SYNOPSIS"></a>
47</h2>
48
49
50<p style="margin-left:11%; margin-top: 1em"><i>sway</i>
51[options] [command]</p>
52
53<h2>OPTIONS
54<a name="OPTIONS"></a>
55</h2>
56
57
58<p style="margin-left:11%; margin-top: 1em"><b>&minus;c,
59&minus;&minus;config</b> &lt;config&gt;</p>
60
61<p style="margin-left:17%;">Specifies a config file.</p>
62
63<p style="margin-left:11%; margin-top: 1em"><b>&minus;C,
64&minus;&minus;validate</b></p>
65
66<p style="margin-left:17%;">Check the validity of the
67config file, then exit.</p>
68
69<p style="margin-left:11%; margin-top: 1em"><b>&minus;d,
70&minus;&minus;debug</b></p>
71
72<p style="margin-left:17%;">Enables full logging, including
73debug information.</p>
74
75<p style="margin-left:11%; margin-top: 1em"><b>&minus;v,
76&minus;&minus;version</b></p>
77
78<p style="margin-left:17%;">Show the version number and
79quit.</p>
80
81<p style="margin-left:11%; margin-top: 1em"><b>&minus;V,
82&minus;&minus;verbose</b></p>
83
84<p style="margin-left:17%;">Enables more verbose
85logging.</p>
86
87
88<p style="margin-left:11%; margin-top: 1em"><b>&minus;&minus;get&minus;socketpath</b></p>
89
90<p style="margin-left:17%;">Gets the IPC socket path and
91prints it, then exits.</p>
92
93<h2>DESCRIPTION
94<a name="DESCRIPTION"></a>
95</h2>
96
97
98<p style="margin-left:11%; margin-top: 1em">sway was
99created to fill the need of an i3&minus;like window manager
100for Wayland. The upstream i3 developers have no intention of
101porting i3 to Wayland, and projects proposed by others ended
102up as vaporware. Many thanks to the i3 folks for providing
103such a great piece of software, so good that your users
104would rather write an entirely new window manager from
105scratch that behaved <i>exactly</i> like i3 rather than
106switch to something else.</p>
107
108<p style="margin-left:11%; margin-top: 1em">You may run
109sway from an ongoing x11 session to run it within x.
110Otherwise, you can run sway on a tty and it will use your
111outputs directly.</p>
112
113<p style="margin-left:11%; margin-top: 1em"><b>Important
114note for nvidia users</b>: The proprietary nvidia driver
115does <i>not</i> have support for Wayland as of
1162015&minus;08&minus;17. Use nouveau.</p>
117
118<h2>COMMANDS
119<a name="COMMANDS"></a>
120</h2>
121
122
123<p style="margin-left:11%; margin-top: 1em">If sway is
124currently running, you may run <i>sway [command]</i> to send
125<i>command</i> to the running instance of sway. The same
126commands you would use in the config file are valid here
127(see <b>sway</b>(5)). For compatability reasons, you may
128also issue commands with <b>sway&minus;msg</b>(1) or
129<b>i3&minus;msg</b>(1) (or even with <b>i3</b>(1),
130probably).</p>
131
132<h2>CONFIGURATION
133<a name="CONFIGURATION"></a>
134</h2>
135
136
137<p style="margin-left:11%; margin-top: 1em">If
138<i>&minus;c</i> is not specified, sway will look in several
139locations for your config file. The default one is provided
140at /etc/sway/config. The suggested location for your config
141file is ~/.config/sway/config. ~/.sway/config will also
142work, and the rest of the usual XDG config locations are
143supported. If no sway config is found, sway will attempt to
144load an i3 config from all the config locations i3 supports.
145If still nothing is found, you will receive an error.</p>
146
147<p style="margin-left:11%; margin-top: 1em">For information
148on the config file format, see <b>sway</b>(5).</p>
149
150<h2>AUTHORS
151<a name="AUTHORS"></a>
152</h2>
153
154
155<p style="margin-left:11%; margin-top: 1em">Maintained by
156Drew DeVault &lt;sir@cmpwn.com&gt;, who is assisted by other
157open source contributors. For more information about sway
158development, see https://github.com/SirCmpwn/sway.</p>
159
160<h2>SEE ALSO
161<a name="SEE ALSO"></a>
162</h2>
163
164
165
166<p style="margin-left:11%; margin-top: 1em"><b>sway</b>(5)</p>
167<hr>
168</body>
169</html>
diff --git a/sway-5.html b/sway-5.html
deleted file mode 100644
index 1f0590fb..00000000
--- a/sway-5.html
+++ /dev/null
@@ -1,246 +0,0 @@
1<!-- Creator : groff version 1.22.3 -->
2<!-- CreationDate: Sun Aug 23 20:49:58 2015 -->
3<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
4"http://www.w3.org/TR/html4/loose.dtd">
5<html>
6<head>
7<meta name="generator" content="groff -Thtml, see www.gnu.org">
8<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
9<meta name="Content-Style" content="text/css">
10<style type="text/css">
11 p { margin-top: 0; margin-bottom: 0; vertical-align: top }
12 pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
13 table { margin-top: 0; margin-bottom: 0; vertical-align: top }
14 h1 { text-align: center }
15 body { width: 500px; margin: 0 auto; background: #111; color: #fff; }
16 a { color: #0275D8; }
17</style>
18<title>SWAY</title>
19
20</head>
21<body>
22
23<h1 align="center">SWAY</h1>
24
25<a href="#NAME">NAME</a><br>
26<a href="#DESCRIPTION">DESCRIPTION</a><br>
27<a href="#COMMANDS">COMMANDS</a><br>
28
29<hr>
30
31
32<h2>NAME
33<a name="NAME"></a>
34</h2>
35
36
37<p style="margin-left:11%; margin-top: 1em">sway &minus;
38configuration file and commands</p>
39
40<h2>DESCRIPTION
41<a name="DESCRIPTION"></a>
42</h2>
43
44
45<p style="margin-left:11%; margin-top: 1em">A sway
46configuration file is a list of sway commands that are
47exected by sway on startup. These commands usually consist
48of setting your preferences and setting key bindings. An
49example config is likely present in /etc/sway/config for you
50to check out.</p>
51
52<p style="margin-left:11%; margin-top: 1em">All of these
53commands may be issued at runtime through
54<b>sway&minus;msg</b>(1).</p>
55
56<h2>COMMANDS
57<a name="COMMANDS"></a>
58</h2>
59
60
61<p style="margin-left:11%; margin-top: 1em"><b>bindsym</b>
62&lt;key combo&gt; &lt;command&gt;</p>
63
64<p style="margin-left:17%;">Binds <i>key combo</i> to
65execute <i>command</i> when pressed. You may use XKB key
66names here (<b>xev</b>(1) is a good tool for discovering
67them). An example bindsym command would be <i>bindsym
68Mod1+Shift+f exec firefox</i>, which would execute Firefox
69if the alt, shift, and F keys are pressed together. Any
70valid sway command is eligible to be bound to a key
71combo.</p>
72
73<p style="margin-left:11%; margin-top: 1em"><b>exec</b>
74&lt;shell command&gt;</p>
75
76<p style="margin-left:17%;">Executes <i>shell command</i>
77with sh.</p>
78
79
80<p style="margin-left:11%; margin-top: 1em"><b>exec_always</b>
81&lt;shell command&gt;</p>
82
83<p style="margin-left:17%;">Like exec, but the shell
84command will be executed <i>again</i> after <b>reload</b> or
85<b>restart</b> is executed.</p>
86
87
88<p style="margin-left:11%; margin-top: 1em"><b>exit</b></p>
89
90<p style="margin-left:17%;">Exit sway and end your Wayland
91session.</p>
92
93
94<p style="margin-left:11%; margin-top: 1em"><b>floating</b>
95toggle</p>
96
97<p style="margin-left:17%;">Toggles the
98&quot;floating&quot; status of the focused view.</p>
99
100
101<p style="margin-left:11%; margin-top: 1em"><b>floating_modifier</b>
102&lt;modifier&gt;</p>
103
104<p style="margin-left:17%;">When the <i>modifier</i> key is
105held down, you may use left click to drag floating windows,
106and right click to resize them. Unlike i3, this modifier may
107also be used to resize and move windows that are tiled.</p>
108
109<p style="margin-left:11%; margin-top: 1em"><b>focus</b>
110&lt;direction&gt;</p>
111
112<p style="margin-left:17%;">Direction may be one of
113<i>up</i>, <i>down</i>, <i>left</i>, <i>right</i>, or
114<i>parent</i>. The directional focus commands will move the
115focus in that direction. The parent focus command will
116change the focus to the parent of the currently focused
117container, which is useful, for example, to open a sibling
118of the parent container, or to move the entire container
119around.</p>
120
121<p style="margin-left:11%; margin-top: 1em"><b>focus</b>
122mode_toggle</p>
123
124<p style="margin-left:17%;">Toggles focus between floating
125view and tiled view.</p>
126
127
128<p style="margin-left:11%; margin-top: 1em"><b>focus_follows_mouse</b>
129&lt;yes|no&gt;</p>
130
131<p style="margin-left:17%;">If set to <i>yes</i>, the
132currently focused view will change as you move your mouse
133around the screen to the view that ends up underneath your
134mouse.</p>
135
136
137<p style="margin-left:11%; margin-top: 1em"><b>fullscreen</b></p>
138
139<p style="margin-left:17%;">Toggles fullscreen status for
140the focused view.</p>
141
142<p style="margin-left:11%; margin-top: 1em"><b>gaps</b>
143&lt;amount&gt;</p>
144
145<p style="margin-left:17%;">Adds <i>amount</i> pixels
146between each view, and around each output.</p>
147
148<p style="margin-left:11%; margin-top: 1em"><b>gaps</b>
149&lt;inner|outer&gt; &lt;amount&gt;</p>
150
151<p style="margin-left:17%;">Adds <i>amount</i> pixels as an
152<i>inner</i> or <i>outer</i> gap, where the former affects
153spacing between views and the latter affects the space
154around each output.</p>
155
156
157<p style="margin-left:11%; margin-top: 1em"><b>kill</b></p>
158
159<p style="margin-left:17%;">Closes the currently focused
160view.</p>
161
162<p style="margin-left:11%; margin-top: 1em"><b>layout</b>
163&lt;mode&gt;</p>
164
165<p style="margin-left:17%;">Sets the layout mode of the
166focused container. <i>mode</i> can be one of <i>splith</i>,
167<i>splitv</i>, or <i>toggle split</i>.</p>
168
169<p style="margin-left:11%; margin-top: 1em"><b>move</b>
170&lt;left|right|up|down&gt;</p>
171
172<p style="margin-left:17%;">Moves the focused container
173<i>left</i>, <i>right</i>, <i>up</i>, or <i>down</i>.</p>
174
175<p style="margin-left:11%; margin-top: 1em"><b>output</b>
176&lt;name&gt; &lt;resolution|res WIDTHxHEIGHT&gt;
177&lt;position|pos X,Y&gt;</p>
178
179<p style="margin-left:17%;">Configures the specified
180output. It will use the given resolution and be arranged at
181the given position in the layout tree. You may omit either
182of these parameters if you only want to set one of them.</p>
183
184
185<p style="margin-left:11%; margin-top: 1em"><b>reload</b></p>
186
187<p style="margin-left:17%;">Reloads the sway config file
188without restarting sway.</p>
189
190<p style="margin-left:11%; margin-top: 1em"><b>resize</b>
191&lt;shrink|grow&gt; &lt;width|height&gt; &lt;amount&gt;</p>
192
193<p style="margin-left:17%;">Resizes the currently focused
194container or view by <i>amount</i>. <i>amount</i> can be
195specified as &quot;n px&quot; or &quot;n ppt&quot; or
196&quot;n px or n ppt&quot;.</p>
197
198<p style="margin-left:11%; margin-top: 1em"><b>set</b>
199&lt;name&gt; &lt;value&gt;</p>
200
201<p style="margin-left:17%;">Creates a substitution for
202<i>value</i> that can be used with $<i>name</i> in other
203commands.</p>
204
205<p style="margin-left:11%; margin-top: 1em"><b>split</b>
206&lt;vertical|v|horizontal|h&gt;</p>
207
208<p style="margin-left:17%;">Splits the current container,
209vertically or horiziontally.</p>
210
211
212<p style="margin-left:11%; margin-top: 1em"><b>splith</b></p>
213
214<p style="margin-left:17%;">Equivalent to <b>split
215horizontal</b>.</p>
216
217
218<p style="margin-left:11%; margin-top: 1em"><b>splitv</b></p>
219
220<p style="margin-left:17%;">Equivalent to <b>split
221vertical</b>.</p>
222
223
224<p style="margin-left:11%; margin-top: 1em"><b>workspace</b>
225&lt;name&gt;</p>
226
227<p style="margin-left:17%;">Switches to the specified
228workspace.</p>
229
230
231<p style="margin-left:11%; margin-top: 1em"><b>workspace</b>
232&lt;prev_on_output|next_on_output&gt;</p>
233
234<p style="margin-left:17%;">Switches to the next workspace
235on the current output.</p>
236
237
238<p style="margin-left:11%; margin-top: 1em"><b>workspace</b>
239&lt;name&gt; output &lt;output&gt;</p>
240
241<p style="margin-left:17%;">Specifies that the workspace
242named <i>name</i> should appear on the specified
243<i>output</i>.</p>
244<hr>
245</body>
246</html>