diff options
| author | ProsperousPotato <114923153+ProsperousPotato@users.noreply.github.com> | 2024-07-25 00:51:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-25 00:51:45 +0000 |
| commit | 8f74a0fbb0c9afb212ac477df6c713b603fbc882 (patch) | |
| tree | 90c9d6c6ce617ceb3d0fd96b9efa7e4b16c1829b | |
| parent | 14e38e7481f56401f08e122c5474f4730a12ac02 (diff) | |
Add files via upload
update readme
| -rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,11 +1,11 @@ -dwm - dynamic window manager +This is my fork of dwm - dynamic window manager ============================ dwm is an extremely fast, small, and dynamic window manager for X. Requirements ------------ -In order to build dwm you need the Xlib header files. +In order to build dwm you need the Xlib header files, libXft and libXinerama, and obviously, xorg-server Installation @@ -41,6 +41,7 @@ like this in your .xinitrc: done & exec dwm +Or you can use a status bar program such as slstatus or dwmblocks Configuration ------------- |
