Skip to content

Commit

Permalink
EMPTY MESSAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Nov 23, 2024
1 parent 817287e commit 2ac960e
Show file tree
Hide file tree
Showing 8 changed files with 1,290 additions and 19 deletions.
4 changes: 2 additions & 2 deletions commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ <h1>AeroSpace Commands</h1>
<p><a href="#">AeroSpace Commands</a></p>
</li>
<li>
<p><a href="goodness">AeroSpace Goodness</a></p>
<p><a href="goodies">AeroSpace Goodies</a></p>
</li>
</ul>
</div>
Expand Down Expand Up @@ -2638,7 +2638,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-10-13 14:21:16 +0200
Last updated 2024-11-23 14:08:39 +0100
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion config-examples/default-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ on-focused-monitor-changed = ['move-mouse monitor-lazy-center']

# You can effectively turn off macOS "Hide application" (cmd-h) feature by toggling this flag
# Useful if you don't use this macOS feature, but accidentally hit cmd-h or cmd-alt-h key
# Also see: https://nikitabobko.github.io/AeroSpace/goodness#disable-hide-app
# Also see: https://nikitabobko.github.io/AeroSpace/goodies#disable-hide-app
automatically-unhide-macos-hidden-apps = false

# Possible values: (qwerty|dvorak)
Expand Down
2 changes: 1 addition & 1 deletion config-examples/i3-like-config-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ enable-normalization-opposite-orientation-for-nested-containers = false
on-focused-monitor-changed = ['move-mouse monitor-lazy-center']

[mode.main.binding]
# See: https://nikitabobko.github.io/AeroSpace/goodness#open-a-new-window-with-applescript
# See: https://nikitabobko.github.io/AeroSpace/goodies#open-a-new-window-with-applescript
alt-enter = '''exec-and-forget osascript -e '
tell application "Terminal"
do script
Expand Down
1,272 changes: 1,272 additions & 0 deletions goodies.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions goodness.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.23">
<link rel="icon" type="image/png" href="./assets/icon.png">
<title>AeroSpace Goodness</title>
<title>AeroSpace Goodies</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<style>
/*! Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
Expand Down Expand Up @@ -509,7 +509,7 @@
</head>
<body class="article toc2 toc-left">
<div id="header">
<h1>AeroSpace Goodness</h1>
<h1>AeroSpace Goodies</h1>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
<ul class="sectlevel1">
Expand Down Expand Up @@ -550,7 +550,7 @@ <h1>AeroSpace Goodness</h1>
<p><a href="commands">AeroSpace Commands</a></p>
</li>
<li>
<p><a href="#">AeroSpace Goodness</a></p>
<p><a href="#">AeroSpace Goodies</a></p>
</li>
</ul>
</div>
Expand Down Expand Up @@ -824,7 +824,7 @@ <h2 id="i3-like-config"><a class="anchor" href="#i3-like-config"></a><a class="l
<span class="tok-n">on-focused-monitor-changed</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-p">[</span><span class="tok-s1">&#39;move-mouse monitor-lazy-center&#39;</span><span class="tok-p">]</span>

<span class="tok-k">[mode.main.binding]</span>
<span class="tok-c1"># See: <a href="https://nikitabobko.github.io/AeroSpace/goodness#open-a-new-window-with-applescript" class="bare">https://nikitabobko.github.io/AeroSpace/goodness#open-a-new-window-with-applescript</a></span>
<span class="tok-c1"># See: <a href="https://nikitabobko.github.io/AeroSpace/goodies#open-a-new-window-with-applescript" class="bare">https://nikitabobko.github.io/AeroSpace/goodies#open-a-new-window-with-applescript</a></span>
<span class="tok-n">alt-enter</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-s1">&#39;&#39;&#39;exec-and-forget osascript -e &#39;</span>
<span class="tok-s1">tell application &quot;Terminal&quot;</span>
<span class="tok-s1"> do script</span>
Expand Down Expand Up @@ -1265,7 +1265,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-10-13 14:21:16 +0200
Last updated 2024-11-23 14:08:39 +0100
</div>
</div>
</body>
Expand Down
14 changes: 7 additions & 7 deletions guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ <h1>AeroSpace Guide</h1>
<p><a href="commands">AeroSpace Commands</a></p>
</li>
<li>
<p><a href="goodness">AeroSpace Goodness</a></p>
<p><a href="goodies">AeroSpace Goodies</a></p>
</li>
</ul>
</div>
Expand Down Expand Up @@ -710,7 +710,7 @@ <h3 id="config-samples"><a class="anchor" href="#config-samples"></a><a class="l
<p><a href="#default-config">The default config</a></p>
</li>
<li>
<p><a href="goodness#i3-like-config">i3 like config</a></p>
<p><a href="./goodies#i3-like-config">i3 like config</a></p>
</li>
<li>
<p><a href="https://github.com/search?q=path%3A*aerospace.toml&amp;type=code">Search for configs by other users on GitHub</a> for inspiration</p>
Expand Down Expand Up @@ -806,7 +806,7 @@ <h3 id="default-config"><a class="anchor" href="#default-config"></a><a class="l

<span class="tok-c1"># You can effectively turn off macOS &quot;Hide application&quot; (cmd-h) feature by toggling this flag</span>
<span class="tok-c1"># Useful if you don&#39;t use this macOS feature, but accidentally hit cmd-h or cmd-alt-h key</span>
<span class="tok-c1"># Also see: <a href="https://nikitabobko.github.io/AeroSpace/goodness#disable-hide-app" class="bare">https://nikitabobko.github.io/AeroSpace/goodness#disable-hide-app</a></span>
<span class="tok-c1"># Also see: <a href="https://nikitabobko.github.io/AeroSpace/goodies#disable-hide-app" class="bare">https://nikitabobko.github.io/AeroSpace/goodies#disable-hide-app</a></span>
<span class="tok-n">automatically-unhide-macos-hidden-apps</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-kc">false</span>

<span class="tok-c1"># Possible values: (qwerty|dvorak)</span>
Expand Down Expand Up @@ -1063,7 +1063,7 @@ <h3 id="key-mapping"><a class="anchor" href="#key-mapping"></a><a class="link" h
</div>
</li>
<li>
<p>For <code>colemak</code> users, there is <a href="goodness#colemak-keys-remap">a compiled mapping</a>.
<p>For <code>colemak</code> users, there is <a href="./goodies#colemak-keys-remap">a compiled mapping</a>.
<code>colemak</code> may be added as preconfigured preset similar to <code>dvorak</code> in the future, if there is enough demand</p>
</li>
</ul>
Expand Down Expand Up @@ -1657,7 +1657,7 @@ <h3 id="on-window-detected-callback"><a class="anchor" href="#on-window-detected
<div class="ulist">
<ul>
<li>
<p>Take a look at precomposed <a href="goodness#popular-apps-ids">list of popular application IDs</a></p>
<p>Take a look at precomposed <a href="./goodies#popular-apps-ids">list of popular application IDs</a></p>
</li>
<li>
<p>You can use <a href="commands#list-apps"><code>aerospace list-apps</code></a> CLI command to get IDs of running applications</p>
Expand Down Expand Up @@ -1778,7 +1778,7 @@ <h3 id="exec-on-workspace-change-callback"><a class="anchor" href="#exec-on-work
</div>
<div class="paragraph">
<p>For a more elaborate example on how to integrate with Sketchybar see
<a href="goodness#show-aerospace-workspaces-in-sketchybar">goodness</a></p>
<a href="./goodies#show-aerospace-workspaces-in-sketchybar">./goodies</a></p>
</div>
</div>
</div>
Expand Down Expand Up @@ -1975,7 +1975,7 @@ <h2 id="common-pitfall-keyboard-keys-handling"><a class="anchor" href="#common-p
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-13 14:21:16 +0200
Last updated 2024-11-23 14:08:39 +0100
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion util/header.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ image:assets/icon.png[300,300,float="right"]
* xref:guide.adoc[AeroSpace Guide]
* xref:commands.adoc[AeroSpace Commands]
* xref:goodness.adoc[AeroSpace Goodness]
* xref:goodies.adoc[AeroSpace Goodies]
====
3 changes: 1 addition & 2 deletions version.html
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
e3936aac3b39f7fd242d89ebbda7f6691f5bbdf8
git working directory is dirty
10f85d306d293df3070a1290db3e63aeb760ea3a

0 comments on commit 2ac960e

Please sign in to comment.