chore: deprecate StumpWM, Picom, and Neofetch configurations
This commit is contained in:
parent
e87c0a9217
commit
f720e6a57e
@ -64,23 +64,6 @@ export default defineUserConfig({
|
|||||||
'/git',
|
'/git',
|
||||||
'/hyprland',
|
'/hyprland',
|
||||||
'/mpd',
|
'/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',
|
'/tmux',
|
||||||
{
|
{
|
||||||
text: 'Deprecated Configs',
|
text: 'Deprecated Configs',
|
||||||
@ -91,8 +74,25 @@ export default defineUserConfig({
|
|||||||
'/deprecated/bootstrap',
|
'/deprecated/bootstrap',
|
||||||
'/deprecated/i3',
|
'/deprecated/i3',
|
||||||
'/deprecated/nano',
|
'/deprecated/nano',
|
||||||
|
'/neofetch',
|
||||||
|
'/picom',
|
||||||
'/deprecated/polybar',
|
'/deprecated/polybar',
|
||||||
'/deprecated/spacemacs',
|
'/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',
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
#+title: Neofetch
|
#+title: Neofetch (Deprecated)
|
||||||
#+setupfile: headers
|
#+setupfile: headers
|
||||||
#+PROPERTY: header-args :noweb yes :exports code :tangle no :exports none
|
#+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 :tangle ~/.config/neofetch/config.conf :exports code
|
||||||
#+PROPERTY: header-args:sh+ :noweb yes :padline no :mkdirp yes
|
#+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
|
[[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
|
written in Bash, and thus its configuration file is written as a Bash
|
||||||
script too. This document was written with org-mode, and my
|
script too. This document was written with org-mode, and my
|
||||||
|
@ -2,7 +2,14 @@
|
|||||||
#+setupfile: headers
|
#+setupfile: headers
|
||||||
#+PROPERTY: header-args:conf :exports code :mkdirp yes :tangle ~/.config/picom/picom.conf
|
#+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
|
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
|
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
|
[[https://github.com/ibhagwan/picom][ibhagwan’s fork of compton]] which provides the ~dual-kawase~ blur from [[https://github.com/tryone144/compton][tryone’s
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
#+title: StumpWM
|
#+title: StumpWM (Deprecated)
|
||||||
#+setupfile: ../headers
|
#+setupfile: ../headers
|
||||||
#+property: header-args:emacs-lisp :tangle no :exports results :cache yes :noweb yes
|
#+property: header-args:emacs-lisp :tangle no :exports results :cache yes :noweb yes
|
||||||
|
|
||||||
[[file:../img/stumpwm.png]]
|
[[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
|
** Introduction
|
||||||
*** What is StumpWM?
|
*** What is StumpWM?
|
||||||
[[https://stumpwm.github.io/][StumpWM]] is a tiling window manager inheriting from [[http://www.nongnu.org/ratpoison/][RatPoison]], written
|
[[https://stumpwm.github.io/][StumpWM]] is a tiling window manager inheriting from [[http://www.nongnu.org/ratpoison/][RatPoison]], written
|
||||||
|
Loading…
x
Reference in New Issue
Block a user