diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-12 01:02:02 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-12 01:02:02 +0100 |
commit | 7907c11846baa09cb973e2a8296b9e43a6fe3148 (patch) | |
tree | b06dacee571d4766a34f439190bf23605f1a732c | |
parent | Standard (diff) | |
download | dwm-7907c11846baa09cb973e2a8296b9e43a6fe3148.tar.gz dwm-7907c11846baa09cb973e2a8296b9e43a6fe3148.tar.bz2 dwm-7907c11846baa09cb973e2a8296b9e43a6fe3148.tar.xz dwm-7907c11846baa09cb973e2a8296b9e43a6fe3148.tar.zst dwm-7907c11846baa09cb973e2a8296b9e43a6fe3148.zip |
Removed laptop things
-rw-r--r-- | README.md | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,25 +1,25 @@ # README in progress -# Joe's dwm (the dynamic window manager) laptop build +# Joe's dwm (the dynamic window manager) build -The original [dwm](https://dwm.suckless.org/) desktop manager build I used to run on my ThinkPad. +The original [dwm](https://dwm.suckless.org/) desktop manager build I used to run. Based on version 6.2. -As I am not using dwm anymore, developpement on my build might stop on this version. +As I am not using dwm anymore, developpement on my build might be stuck on this version. ## Dependencies #### Required: - `gcc` - `make` - `xorg` - `libX11` - `libXft` ++ `gcc` ++ `make` ++ `xorg` ++ `libX11` ++ `libXft` #### Optional: - `st` find my custom improved build [here](https://github.com/JozanLeClerc/st-laptop) - `slock` - `dmenu` ++ `st` find my custom improved build [here](https://github.com/JozanLeClerc/st-laptop) ++ `slock` ++ `dmenu` ## Installation |