diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index b03d7fc..902d2b5 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -64,23 +64,6 @@ export default defineUserConfig({ '/git', '/hyprland', '/mpd', - '/neofetch', - '/picom', - { - text: 'StumpWM', - link: '/stumpwm/', - collapsible: true, - children: [ - '/stumpwm/init', - '/stumpwm/colours', - '/stumpwm/mode-line', - '/stumpwm/groups', - '/stumpwm/theme', - '/stumpwm/commands', - '/stumpwm/keybindings', - '/stumpwm/utilities', - ], - }, '/tmux', { text: 'Deprecated Configs', @@ -91,8 +74,25 @@ export default defineUserConfig({ '/deprecated/bootstrap', '/deprecated/i3', '/deprecated/nano', + '/neofetch', + '/picom', '/deprecated/polybar', '/deprecated/spacemacs', + { + text: 'StumpWM', + link: '/stumpwm/', + collapsible: true, + children: [ + '/stumpwm/init', + '/stumpwm/colours', + '/stumpwm/mode-line', + '/stumpwm/groups', + '/stumpwm/theme', + '/stumpwm/commands', + '/stumpwm/keybindings', + '/stumpwm/utilities', + ], + }, ], }, ], diff --git a/docs/neofetch.org b/docs/neofetch.org index 6bc5096..1a45b77 100644 --- a/docs/neofetch.org +++ b/docs/neofetch.org @@ -1,10 +1,17 @@ -#+title: Neofetch +#+title: Neofetch (Deprecated) #+setupfile: headers #+PROPERTY: header-args :noweb yes :exports code :tangle no :exports none #+PROPERTY: header-args:sh :tangle ~/.config/neofetch/config.conf :exports code #+PROPERTY: header-args:sh+ :noweb yes :padline no :mkdirp yes -* Neofetch +* Neofetch (Deprecated) + +#+html: ::: warning +This configuration of Neofetch is no longer maintained and was +deprecated on May 24th, 2025. Therefore, it may not be up to date with +the latest versions of Neofetch. +#+html: ::: + [[https://github.com/dylanaraps/neofetch][Neofetch]] is a CLI utility used to display system information. It was written in Bash, and thus its configuration file is written as a Bash script too. This document was written with org-mode, and my diff --git a/docs/picom.org b/docs/picom.org index 6c956dc..4a7d831 100644 --- a/docs/picom.org +++ b/docs/picom.org @@ -2,7 +2,14 @@ #+setupfile: headers #+PROPERTY: header-args:conf :exports code :mkdirp yes :tangle ~/.config/picom/picom.conf -* Picom +* Picom (deprecated) + +#+html: ::: warning +This configuration of Picom is no longer maintained and was deprecated +on May 24th, 2025. Therefore, it may not be up to date with the latest +versions of Picom. +#+html: ::: + Picom is the successor to Compton, a standalone compositor for Xorg. It provides compositing for WM that do not provide any, such as i3. I am currently using [[https://github.com/ibhagwan/picom][ibhagwan’s fork of compton]] which provides the ~dual-kawase~ blur from [[https://github.com/tryone144/compton][tryone’s diff --git a/docs/stumpwm/index.org b/docs/stumpwm/index.org index 965c0e5..81f1538 100644 --- a/docs/stumpwm/index.org +++ b/docs/stumpwm/index.org @@ -1,10 +1,17 @@ -#+title: StumpWM +#+title: StumpWM (Deprecated) #+setupfile: ../headers #+property: header-args:emacs-lisp :tangle no :exports results :cache yes :noweb yes [[file:../img/stumpwm.png]] -* StumpWM +* StumpWM (deprecated) + +#+html: ::: warning +This configuration of StumpWM is no longer maintained and was +deprecated on May 24th, 2025. Therefore, it may not be up to date with +the latest versions of StumpWM. +#+html: ::: + ** Introduction *** What is StumpWM? [[https://stumpwm.github.io/][StumpWM]] is a tiling window manager inheriting from [[http://www.nongnu.org/ratpoison/][RatPoison]], written