Blob


1 This is my custom desktop environment, that I use on most of my machines.
3 # Components
5 ## patched suckless software
6 - [dwm](https://dwm.suckless.org)
7 - [dmenu](https://tools.suckless.org/dmenu)
8 - [slock](https://tools.suckless.org/slock)
9 - [st](https://tools.suckless.org/st)
11 ## my own software
12 - bedstatus
13 - xbgcd
14 - pinentry-dmenu2
15 - netris (fork of NetBSD's tetris(6))
16 - various scripts
17 - my personal dotfiles
18 - /etc files
20 # Build Dependencies
21 - libX11
22 - libXext
23 - libXft
24 - libXinerama
25 - libXrandr
26 - libXrender
27 - libfontconfig
28 - libfreetype2
30 # Optional Runtime Dependencies
31 - font-awesome (for icons in bedstatus)
32 - htop (Super+Ctrl+H)
33 - libqalculate (Super+C)
34 - password-store
35 - xdotool
37 # Installation
38 First install all dependencies.
40 $ make
41 # make install