change old codeberg urls

This commit is contained in:
speedie 2023-03-18 16:15:54 +01:00
parent 495009995c
commit b8e8d005cf

View file

@ -15,7 +15,7 @@
<img src="preview2.png" alt="spmenu screenshot" width="75%"> <img src="preview2.png" alt="spmenu screenshot" width="75%">
<h3 id="what-is-spmenu">What is spmenu?</h3> <h3 id="what-is-spmenu">What is spmenu?</h3>
<p>spmenu is an X11 menu application based on <a href="https://tools.suckless.org/dmenu">dmenu</a> which takes standard input, parses it, and lets the user choose an option and sends the selected option to standard output.</p> <p>spmenu is an X11 menu application based on <a href="https://tools.suckless.org/dmenu">dmenu</a> which takes standard input, parses it, and lets the user choose an option and sends the selected option to standard output.</p>
<p>It is designed to integrate well with my <a href="https://dwm.suckless.org">dwm</a> fork, <a href="https://codeberg.org/speedie/speedwm">speedwm</a>.</p> <p>It is designed to integrate well with my <a href="https://dwm.suckless.org">dwm</a> fork, <a href="https://git.speedie.gq/speedwm">speedwm</a>.</p>
<h3 id="special-features">Special features</h3> <h3 id="special-features">Special features</h3>
<p>This build of spmenu has some features written for this build. Of course if you want, this is free software so you can use it in your own build.</p> <p>This build of spmenu has some features written for this build. Of course if you want, this is free software so you can use it in your own build.</p>
<ul> <ul>
@ -61,7 +61,7 @@
</ul> </ul>
<h3 id="installation-most-gnulinux-distributions">Installation (most GNU/Linux distributions)</h3> <h3 id="installation-most-gnulinux-distributions">Installation (most GNU/Linux distributions)</h3>
<p><code>emerge dev-vcs/git # Install dev-vcs/git using your favorite package manager</code></p> <p><code>emerge dev-vcs/git # Install dev-vcs/git using your favorite package manager</code></p>
<p><code>git clone https://codeberg.org/speedie/spmenu</code></p> <p><code>git clone https://git.speedie.gq/spmenu</code></p>
<p><code>cd spmenu/</code></p> <p><code>cd spmenu/</code></p>
<p><code>make clean install # Run as root.</code></p> <p><code>make clean install # Run as root.</code></p>
<h3 id="installation-gentoo">Installation (Gentoo)</h3> <h3 id="installation-gentoo">Installation (Gentoo)</h3>
@ -72,7 +72,7 @@
<p>This build allows you to define .Xresources values to load on <p>This build allows you to define .Xresources values to load on
startup. See docs/example.Xresources for a list of default values.</p> startup. See docs/example.Xresources for a list of default values.</p>
<h3 id="scripts">Scripts</h3> <h3 id="scripts">Scripts</h3>
<p>This build of spmenu should work with all spmenu scripts. <a href="https://codeberg.org/speedie/speedwm-extras">Here</a> are a few Ive written/use.</p> <p>This build of spmenu should work with all spmenu scripts. <a href="https://git.speedie.gq/speedwm-extras">Here</a> are a few Ive written/use.</p>
<h3 id="notes-for-gcc-users">Notes for GCC users</h3> <h3 id="notes-for-gcc-users">Notes for GCC users</h3>
<p>If youre compiling with GCC, chances are youre seeing a lot of warnings. This is because were compiling with -Ofast. I cant seem to find any issues with using -Ofast but if it bothers you, you can compile with -Os or -O2 which dont spit out these warnings.</p> <p>If youre compiling with GCC, chances are youre seeing a lot of warnings. This is because were compiling with -Ofast. I cant seem to find any issues with using -Ofast but if it bothers you, you can compile with -Os or -O2 which dont spit out these warnings.</p>
</div> </div>