ugh
This commit is contained in:
parent
0642c99aed
commit
2f0a69c8ad
1 changed files with 6 additions and 27 deletions
33
README.md
33
README.md
|
@ -1,41 +1,20 @@
|
||||||
# My personal dwm build
|
# My personal dmenu build
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
My personal repository for a custom dwm build currently using the Gruvbox theme.
|
My personal repository for a custom dmenu build currently using the Gruvbox theme.
|
||||||
|
|
||||||
## Patches applied to suckless' software
|
## Patches applied to suckless' software
|
||||||
Applied via \*.diff files found in suckless.org, in the appearing order.
|
Applied via \*.diff files found in suckless.org, in the appearing order.
|
||||||
Unsuccessful patches generated a \*.rej file which was moved to the corresponding "patches/manpatch/" directory for each program, and renamed \*.manpatch. This was then used to manually patch the source code.
|
Unsuccessful patches generated a \*.rej file which was moved to the corresponding "patches/manpatch/" directory for each program, and renamed \*.manpatch. This was then used to manually patch the source code.
|
||||||
|
|
||||||
### dwm
|
### dmenu
|
||||||
(2147 lines of code unpatched, added +414 lines for 2561 total)
|
- border
|
||||||
- swallow
|
- center
|
||||||
- pertag
|
|
||||||
- fullgaps
|
|
||||||
- movestack
|
|
||||||
- notitle
|
|
||||||
- attachbottom
|
|
||||||
- warp
|
|
||||||
- alwayscenter
|
|
||||||
|
|
||||||
## Dependencies (Archlinux names)
|
## Dependencies (Archlinux names)
|
||||||
ttf-nerd-fonts-symbols-2048-em-mono.
|
adobe-source-code-pro-fonts,
|
||||||
make,
|
make,
|
||||||
libxcb
|
libxcb
|
||||||
libX11-devel,
|
libX11-devel,
|
||||||
libXft-devel,
|
libXft-devel,
|
||||||
libXinerama-devel,
|
libXinerama-devel,
|
||||||
alsa-utils,
|
|
||||||
cilpmenu,
|
|
||||||
scrot,
|
|
||||||
dunst,
|
|
||||||
|
|
||||||
## Default apps
|
|
||||||
librewolf,
|
|
||||||
mpv,
|
|
||||||
vim,
|
|
||||||
nnn,
|
|
||||||
|
|
||||||
## Not necessary but useful in laptops
|
|
||||||
iwd,
|
|
||||||
brightnessctl,
|
|
||||||
|
|
Loading…
Reference in a new issue