Skip to content

Commit

Permalink
EMPTY MESSAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed May 20, 2024
1 parent 245cfab commit e3c1fac
Show file tree
Hide file tree
Showing 7 changed files with 100 additions and 10 deletions.
90 changes: 86 additions & 4 deletions commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,40 @@ <h2 id="layout"><a class="anchor" href="#layout"></a><a class="link" href="#layo
</li>
</ul>
</div>
<div class="paragraph lead">
<p><strong>OPTIONS</strong></p>
</div>
<div class="dlist">
<dl>
<dt class="hdlist1">-h, --help</dt>
<dd>
<p>Print help</p>
</dd>
</dl>
</div>
<div class="paragraph lead">
<p><strong>EXAMPLES</strong></p>
</div>
<div class="ulist">
<ul>
<li>
<p>Toggle between <code>floating</code> and <code>tiling</code> layouts (order of args doesn&#8217;t matter):<br>
<code>aerospace layout floating tiling</code></p>
</li>
<li>
<p>Toggle orientation (order of args doesn&#8217;t matter):<br>
<code>aerospace layout horizontal vertical</code></p>
</li>
<li>
<p>Toggle between <code>tiles</code> and <code>accordion</code> layouts (order of args doesn&#8217;t matter):<br>
<code>aerospace layout tiles accordion</code></p>
</li>
<li>
<p>Switch to <code>tiles</code> layout. Toggle the layout orientation if already in <code>tiles</code> layout:<br>
<code>aerospace layout tiles horizontal vertical</code></p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
Expand Down Expand Up @@ -1263,6 +1297,9 @@ <h2 id="reload-config"><a class="anchor" href="#reload-config"></a><a class="lin
<div class="paragraph">
<p>Reload currently active config</p>
</div>
<div class="paragraph">
<p>If the config contains errors they will be printed to stdout, and GUI will open to show the errors.</p>
</div>
<div class="paragraph lead">
<p><strong>OPTIONS</strong></p>
</div>
Expand All @@ -1282,6 +1319,21 @@ <h2 id="reload-config"><a class="anchor" href="#reload-config"></a><a class="lin
</dd>
</dl>
</div>
<div class="paragraph lead">
<p><strong>EXIT CODE</strong></p>
</div>
<div class="dlist">
<dl>
<dt class="hdlist1">0</dt>
<dd>
<p>Success. The config is reloaded successfully.</p>
</dd>
<dt class="hdlist1">non-zero exit code</dt>
<dd>
<p>Failure. The config contains errors.</p>
</dd>
</dl>
</div>
</div>
</div>
<div class="sect1">
Expand Down Expand Up @@ -1387,6 +1439,10 @@ <h2 id="trigger-binding"><a class="anchor" href="#trigger-binding"></a><a class=
<div class="paragraph">
<p>Trigger AeroSpace binding as if it was pressed by user</p>
</div>
<div class="paragraph">
<p>You can use aerospace-config command to inspect available bindings:<br>
<code>aerospace config --get mode.main.binding --keys</code></p>
</div>
<div class="paragraph lead">
<p><strong>OPTIONS</strong></p>
</div>
Expand All @@ -1413,15 +1469,30 @@ <h2 id="trigger-binding"><a class="anchor" href="#trigger-binding"></a><a class=
</dd>
</dl>
</div>
<div class="paragraph lead">
<p><strong>EXAMPLES</strong></p>
</div>
<div class="ulist">
<ul>
<li>
<p>Run alphabetically first binding from config (useless and synthetic example)<br>
<code>aerospace trigger-binding --mode main "$(aerospace config --get mode.main.binding --keys | head -1)"</code></p>
</li>
<li>
<p>Trigger <code>alt-tab</code> binding<br>
<code>aerospace trigger-binding --mode main alt-tab</code></p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="workspace"><a class="anchor" href="#workspace"></a><a class="link" href="#workspace">22. workspace</a></h2>
<div class="sectionbody">
<div class="listingblock">
<div class="content">
<pre class="nowrap">workspace [-h|--help] [--wrap-around] (next|prev)
workspace [-h|--help] [--auto-back-and-forth] &lt;workspace-name&gt;</pre>
<pre class="nowrap">workspace [-h|--help] [--auto-back-and-forth] &lt;workspace-name&gt;
workspace [-h|--help] [--wrap-around] (next|prev)</pre>
</div>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -1465,6 +1536,17 @@ <h2 id="workspace"><a class="anchor" href="#workspace"></a><a class="link" href=
</dd>
</dl>
</div>
<div class="paragraph lead">
<p><strong>EXAMPLES</strong></p>
</div>
<div class="ulist">
<ul>
<li>
<p>Go to the next non empty workspace on the focused monitor:<br>
<code>aerospace list-workspaces --monitor focused --empty no | aerospace workspace next</code></p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
Expand Down Expand Up @@ -1923,7 +2005,7 @@ <h3 id="list-workspaces"><a class="anchor" href="#list-workspaces"></a><a class=
</dd>
<dt class="hdlist1">--focused</dt>
<dd>
<p>Alias for "--monitor focused --visible".
<p>Alias for <code>--monitor focused --visible</code>.
Always prints a single workspace</p>
</dd>
<dt class="hdlist1">--monitor &lt;monitors&gt;</dt>
Expand Down Expand Up @@ -1969,7 +2051,7 @@ <h3 id="list-workspaces"><a class="anchor" href="#list-workspaces"></a><a class=
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-05-19 15:05:02 +0200
Last updated 2024-05-20 18:24:01 +0200
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion config-examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ <h2 id="i3-like-config"><a class="anchor" href="#i3-like-config"></a><a class="l
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-05-19 15:05:02 +0200
Last updated 2024-05-20 18:24:01 +0200
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion goodness.html
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ <h2 id="popular-apps-ids"><a class="anchor" href="#popular-apps-ids"></a><a clas
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-05-19 15:05:02 +0200
Last updated 2024-05-20 18:24:01 +0200
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,7 @@ <h3 id="dialog-heuristics"><a class="anchor" href="#dialog-heuristics"></a><a cl
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-05-19 15:05:02 +0200
Last updated 2024-05-20 18:24:01 +0200
</div>
</div>
</body>
Expand Down
8 changes: 8 additions & 0 deletions util/conditional-exit-code-header.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ifndef::env-site[]
== Exit code
endif::[]

ifdef::env-site[]
[.lead]
**EXIT CODE**
endif::[]
4 changes: 2 additions & 2 deletions util/man-footer.adoc
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
== Resources

*Project homepage:* https://github.com/nikitabobko/AeroSpace +
*Guide:* https://nikitabobko.github.io/AeroSpace/guide
*Guide:* https://nikitabobko.github.io/AeroSpace/guide +

== BUGS

Bugs can be reported to https://github.com/nikitabobko/AeroSpace/issues/new

== Copying
== License

Copyright (C) 2024 Nikita Bobko +
Free use of this software is granted under the terms of the MIT License
Expand Down
2 changes: 1 addition & 1 deletion version.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
74dc45ecce7f0e504c7591a0b37da9ad9f905155
0f08577dc090f1625a0c7e6cd038cfa3ddf6a17f

0 comments on commit e3c1fac

Please sign in to comment.