diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2021-05-21 18:59:15 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2021-05-21 18:59:15 +0100 |
| commit | 0b9acaf9eb8ba65595fe2762abfa79b0cd636acf (patch) | |
| tree | 5f0bdff9a5f6ee02a55d49aebee55694b7671cc6 /www/posts/arch/2020-08-17/installing-st-dmenu-dwm-in-arch-linux/index.html | |
| parent | 7d1cf217e8b8a45eb18f9af14a73f54ae385e17f (diff) | |
Add defer attribute to js links
Diffstat (limited to 'www/posts/arch/2020-08-17/installing-st-dmenu-dwm-in-arch-linux/index.html')
| -rw-r--r-- | www/posts/arch/2020-08-17/installing-st-dmenu-dwm-in-arch-linux/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/posts/arch/2020-08-17/installing-st-dmenu-dwm-in-arch-linux/index.html b/www/posts/arch/2020-08-17/installing-st-dmenu-dwm-in-arch-linux/index.html index 8c86987..4e314ec 100644 --- a/www/posts/arch/2020-08-17/installing-st-dmenu-dwm-in-arch-linux/index.html +++ b/www/posts/arch/2020-08-17/installing-st-dmenu-dwm-in-arch-linux/index.html @@ -31,7 +31,7 @@ $ sudo make install</code></pre><h2>Configure and Install DMENU</h2><p>Again mov $ sudo make install</code></pre><h2>Configure and Install DWM</h2><p>For the final time move to the directory created earlier.</p><pre><code class="shell">$ cd ~/.local/src/dwm</code></pre><p>As with dmenu the same edit needs to be made to the file config.mk.</p><pre><code class="shell">$ nvim config.mk</code></pre><pre><code class="vim"># XINERAMALIBS = -lXinerama # XINERAMAFLAGS = -DXINERAMA</code></pre><p>Compile and install as usual.</p><pre><code class="shell">$ make clean $ sudo make install</code></pre><h2>Starting DWM</h2><p>Since I have installed xorg-xinit I need to create a .xinitrc in my home folder.</p><pre><code class="shell">$ nvim ~/.xinitrc</code></pre><p>The contents of this file is just.</p><pre><code class="vim">exec dwm</code></pre><p>I can now start xorg and dwm with the below command.</p><pre><code class="shell">$ startx</code></pre><h3>Links</h3><a href="/posts/arch/2020-05-25/installing-arch-linux-on-a-x220-thinkpad/">Installing Arch Linux on a Thinkpad X220.</a><a href="https://dwm.suckless.org/">Dynamic Window Manager (DWM).</a><a href="https://suckless.org/">Suckless Software.</a><a href="https://st.suckless.org/">Simple Terminal.</a><a href="https://tools.suckless.org/dmenu/">DMenu.</a><a href="/posts/arch/">Arch - Read More Posts.</a><p>I don't have comments as I don't want to manage them. You can however contact me at the below address if you want to.</p><a href="mailto:david@davidtsadler.com">Email david@davidtsadler.com</a><h3>License</h3><a href="https://creativecommons.org/licenses/by-sa/4.0/">The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.</a><p>Copyright © 2021 David T. Sadler.</p><a href="/">Return to Homepage.</a></section> - <script src="/js/highlight.min.js"></script> - <script src="/js/site.js"></script> + <script defer src="/js/highlight.min.js"></script> + <script defer src="/js/site.js"></script> </body> </html> |
