fix: restore broken links
All checks were successful
deploy / build (push) Successful in 5m30s
All checks were successful
deploy / build (push) Successful in 5m30s
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
*** What is StumpWM?
|
||||
[[https://stumpwm.github.io/][StumpWM]] is a tiling window manager inheriting from [[http://www.nongnu.org/ratpoison/][RatPoison]], written
|
||||
entirely in [[https://common-lisp.net/][Common Lisp]] and compiled with [[http://www.sbcl.org/][SBCL]]. While it is not a
|
||||
dynamic tiling window manager like [[file:Deprecated/awesome.org][Awesome]] is, its ability of managing
|
||||
dynamic tiling window manager like [[file:/deprecated/awesome.md][Awesome]] is, its ability of managing
|
||||
windows in frames and using keychords with keymaps like Emacs does is
|
||||
a huge plus for me, not to mention the fact its configuration file is
|
||||
written in Common Lisp, a general programming language, a bit like
|
||||
Awesome. This makes it an [[file:Deprecated/i3.org][i3]] on steroids, sort of. It also uses a lot
|
||||
Awesome. This makes it an [[file:/deprecated/i3.md][i3]] on steroids, sort of. It also uses a lot
|
||||
of Emacs’ concepts, which is great for an Emacs user such as myself.
|
||||
|
||||
*** Why not EXWM then?
|
||||
|
||||
@@ -525,7 +525,7 @@ with Emacs’ buffers.
|
||||
My music is managed through MPD, and I often use ~playerctl~ commands in
|
||||
order to interact with it without any GUI application. So, we’ll see a
|
||||
lot of its usage here, and numerous commands used here come from the
|
||||
~mpd~ minor mode loaded [[file:./stumpwm.md#init-file][above]].
|
||||
~mpd~ minor mode loaded [[file:init.md][in the init file]].
|
||||
|
||||
First, let’s declare an interactive keymap in order to easily change
|
||||
several times in a row either the current song playing or the volume
|
||||
|
||||
@@ -97,7 +97,7 @@ formatter is U+E082, which symbolizes the CPU.
|
||||
*** Generating the Mode-Line
|
||||
We can indicate what to display in our modeline. Each formatter will
|
||||
be separated by a Powerline separator with the code point ~0xE0B0~ in
|
||||
the font I am using (see [[file:./stumpwm.md#fonts][Fonts]]).
|
||||
the font I am using (see [[file:theme.md#fonts][Theme » Fonts]]).
|
||||
|
||||
#+name: modeline-format
|
||||
#+caption: Formatters for the modeline
|
||||
|
||||
Reference in New Issue
Block a user