schema update

This commit is contained in:
JMARyA 2024-03-19 09:25:42 +01:00
parent 210de0a1c6
commit 4b9bb6e798
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
52 changed files with 94 additions and 154 deletions

View file

@ -1,11 +1,10 @@
---
obj: application
os:
- linux
arch-wiki: https://wiki.archlinux.org/title/Dwm
website: https://dwm.suckless.org
repo: https://git.suckless.org/dwm/
---
# dwm
[Arch Wiki](https://wiki.archlinux.org/title/Dwm)
dwm is a dynamic window manager for Xorg. It manages windows in tiled, stacked, and full-screen layouts, as well as many others with the help of optional patches. Layouts can be applied dynamically, optimizing the environment for the application in use and the task being performed. dwm is extremely lightweight and fast, written in C and with a stated design goal of remaining under 2000 source lines of code. dwm can be used with compositor ([picom](picom.md))

View file

@ -1,7 +1,7 @@
---
obj: application
os: linux
---
# picom
picom is a standalone compositor for Xorg, suitable for use with window managers that do not provide compositing. picom is a fork of compton, which is a fork of xcompmgr-dana, which in turn is a fork of xcompmgr.