|
4 | 4 | <meta charset="UTF-8">
|
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
| -<meta name="generator" content="Asciidoctor 2.0.20"> |
| 7 | +<meta name="generator" content="Asciidoctor 2.0.22"> |
8 | 8 | <link rel="icon" type="image/png" href="./assets/icon.png">
|
9 | 9 | <title>AeroSpace Config Examples</title>
|
10 | 10 | <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">
|
|
141 | 141 | #content::before{content:none}
|
142 | 142 | #header>h1:first-child{color:rgba(0,0,0,.85);margin-top:2.25rem;margin-bottom:0}
|
143 | 143 | #header>h1:first-child+#toc{margin-top:8px;border-top:1px solid #dddddf}
|
144 |
| -#header>h1:only-child,body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #dddddf;padding-bottom:8px} |
| 144 | +#header>h1:only-child{border-bottom:1px solid #dddddf;padding-bottom:8px} |
145 | 145 | #header .details{border-bottom:1px solid #dddddf;line-height:1.45;padding-top:.25em;padding-bottom:.25em;padding-left:.25em;color:rgba(0,0,0,.6);display:flex;flex-flow:row wrap}
|
146 | 146 | #header .details span:first-child{margin-left:-.125em}
|
147 | 147 | #header .details span.email a{color:rgba(0,0,0,.85)}
|
|
163 | 163 | #toctitle{color:#7a2518;font-size:1.2em}
|
164 | 164 | @media screen and (min-width:768px){#toctitle{font-size:1.375em}
|
165 | 165 | body.toc2{padding-left:15em;padding-right:0}
|
| 166 | +body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #dddddf;padding-bottom:8px} |
166 | 167 | #toc.toc2{margin-top:0!important;background:#f8f8f7;position:fixed;width:15em;left:0;top:0;border-right:1px solid #e7e7e9;border-top-width:0!important;border-bottom-width:0!important;z-index:1000;padding:1.25em 1em;height:100%;overflow:auto}
|
167 | 168 | #toc.toc2 #toctitle{margin-top:0;margin-bottom:.8rem;font-size:1.2em}
|
168 | 169 | #toc.toc2>ul{font-size:.9em;margin-bottom:0}
|
|
328 | 329 | a.image object{pointer-events:none}
|
329 | 330 | sup.footnote,sup.footnoteref{font-size:.875em;position:static;vertical-align:super}
|
330 | 331 | sup.footnote a,sup.footnoteref a{text-decoration:none}
|
331 |
| -sup.footnote a:active,sup.footnoteref a:active{text-decoration:underline} |
| 332 | +sup.footnote a:active,sup.footnoteref a:active,#footnotes .footnote a:first-of-type:active{text-decoration:underline} |
332 | 333 | #footnotes{padding-top:.75em;padding-bottom:.75em;margin-bottom:.625em}
|
333 | 334 | #footnotes hr{width:20%;min-width:6.25em;margin:-.25em 0 .75em;border-width:1px 0 0}
|
334 | 335 | #footnotes .footnote{padding:0 .375em 0 .225em;line-height:1.3334;font-size:.875em;margin-left:1.2em;margin-bottom:.2em}
|
@@ -605,11 +606,6 @@ <h2 id="default-config"><a class="anchor" href="#default-config"></a><a class="l
|
605 | 606 | <span class="tok-c1"># tall monitor (anything higher than wide) gets vertical orientation</span>
|
606 | 607 | <span class="tok-n">default-root-container-orientation</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-s">'auto'</span>
|
607 | 608 |
|
608 |
| -<span class="tok-c1"># Visual indent makes it easier to understand that containers of the same orientation are nested.</span> |
609 |
| -<span class="tok-c1"># If you have 'enable-normalization-opposite-orientation-for-nested-containers' enabled then</span> |
610 |
| -<span class="tok-c1"># there is no way to observe the indent</span> |
611 |
| -<span class="tok-n">indent-for-nested-containers-with-the-same-orientation</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-mi">30</span> |
612 |
| - |
613 | 609 | <span class="tok-c1"># Possible values: (qwerty|dvorak)</span>
|
614 | 610 | <span class="tok-c1"># See https://nikitabobko.github.io/AeroSpace/guide#key-mapping</span>
|
615 | 611 | <span class="tok-n">key-mapping</span><span class="tok-p">.</span><span class="tok-n">preset</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-s">'qwerty'</span>
|
@@ -752,25 +748,20 @@ <h2 id="default-config"><a class="anchor" href="#default-config"></a><a class="l
|
752 | 748 |
|
753 | 749 | <span class="tok-c1"># See: https://nikitabobko.github.io/AeroSpace/commands#mode</span>
|
754 | 750 | <span class="tok-n">alt-shift-semicolon</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-s">'mode service'</span>
|
755 |
| -<span class="tok-n">alt-shift-slash</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-s">'mode join'</span> |
756 | 751 |
|
757 | 752 | <span class="tok-c1"># 'service' binding mode declaration.</span>
|
758 | 753 | <span class="tok-c1"># See: https://nikitabobko.github.io/AeroSpace/guide#binding-modes</span>
|
759 | 754 | <span class="tok-k">[mode.service.binding]</span>
|
| 755 | +<span class="tok-n">esc</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-p">[</span><span class="tok-s">'reload-config'</span><span class="tok-p">,</span><span class="tok-w"> </span><span class="tok-s">'mode main'</span><span class="tok-p">]</span> |
760 | 756 | <span class="tok-n">r</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-p">[</span><span class="tok-s">'flatten-workspace-tree'</span><span class="tok-p">,</span><span class="tok-w"> </span><span class="tok-s">'mode main'</span><span class="tok-p">]</span><span class="tok-w"> </span><span class="tok-c1"># reset layout</span>
|
761 | 757 | <span class="tok-c1">#s = ['layout sticky tiling', 'mode main'] # sticky is not yet supported https://github.com/nikitabobko/AeroSpace/issues/2</span>
|
762 | 758 | <span class="tok-n">f</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-p">[</span><span class="tok-s">'layout floating tiling'</span><span class="tok-p">,</span><span class="tok-w"> </span><span class="tok-s">'mode main'</span><span class="tok-p">]</span><span class="tok-w"> </span><span class="tok-c1"># Toggle between floating and tiling layout</span>
|
763 | 759 | <span class="tok-n">backspace</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-p">[</span><span class="tok-s">'close-all-windows-but-current'</span><span class="tok-p">,</span><span class="tok-w"> </span><span class="tok-s">'mode main'</span><span class="tok-p">]</span>
|
764 |
| -<span class="tok-n">esc</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-p">[</span><span class="tok-s">'reload-config'</span><span class="tok-p">,</span><span class="tok-w"> </span><span class="tok-s">'mode main'</span><span class="tok-p">]</span> |
765 | 760 |
|
766 |
| -<span class="tok-c1"># 'join' binding mode declaration</span> |
767 |
| -<span class="tok-c1"># See: https://nikitabobko.github.io/AeroSpace/guide#binding-modes</span> |
768 |
| -<span class="tok-k">[mode.join.binding]</span> |
769 | 761 | <span class="tok-n">alt-shift-h</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-p">[</span><span class="tok-s">'join-with left'</span><span class="tok-p">,</span><span class="tok-w"> </span><span class="tok-s">'mode main'</span><span class="tok-p">]</span>
|
770 | 762 | <span class="tok-n">alt-shift-j</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-p">[</span><span class="tok-s">'join-with down'</span><span class="tok-p">,</span><span class="tok-w"> </span><span class="tok-s">'mode main'</span><span class="tok-p">]</span>
|
771 | 763 | <span class="tok-n">alt-shift-k</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-p">[</span><span class="tok-s">'join-with up'</span><span class="tok-p">,</span><span class="tok-w"> </span><span class="tok-s">'mode main'</span><span class="tok-p">]</span>
|
772 |
| -<span class="tok-n">alt-shift-l</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-p">[</span><span class="tok-s">'join-with right'</span><span class="tok-p">,</span><span class="tok-w"> </span><span class="tok-s">'mode main'</span><span class="tok-p">]</span> |
773 |
| -<span class="tok-n">esc</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-s">'mode main'</span></code></pre> |
| 764 | +<span class="tok-n">alt-shift-l</span><span class="tok-w"> </span><span class="tok-o">=</span><span class="tok-w"> </span><span class="tok-p">[</span><span class="tok-s">'join-with right'</span><span class="tok-p">,</span><span class="tok-w"> </span><span class="tok-s">'mode main'</span><span class="tok-p">]</span></code></pre> |
774 | 765 | </div>
|
775 | 766 | </div>
|
776 | 767 | </div>
|
@@ -860,7 +851,7 @@ <h2 id="i3-like-config"><a class="anchor" href="#i3-like-config"></a><a class="l
|
860 | 851 | </div>
|
861 | 852 | <div id="footer">
|
862 | 853 | <div id="footer-text">
|
863 |
| -Last updated 2024-03-13 11:09:30 +0100 |
| 854 | +Last updated 2024-04-23 01:26:57 +0200 |
864 | 855 | </div>
|
865 | 856 | </div>
|
866 | 857 | </body>
|
|
0 commit comments