diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-08 10:27:03 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-08 10:27:03 +0100 |
commit | d90aeeb7c4bdf4e73db5b7cfb480a14835069664 (patch) | |
tree | c4127c6bf2042632825f45f19747c4f8fc6249f7 | |
parent | test (diff) | |
download | dwm-d90aeeb7c4bdf4e73db5b7cfb480a14835069664.tar.gz dwm-d90aeeb7c4bdf4e73db5b7cfb480a14835069664.tar.bz2 dwm-d90aeeb7c4bdf4e73db5b7cfb480a14835069664.tar.xz dwm-d90aeeb7c4bdf4e73db5b7cfb480a14835069664.tar.zst dwm-d90aeeb7c4bdf4e73db5b7cfb480a14835069664.zip |
Let's see
-rw-r--r-- | README.md | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -8,14 +8,22 @@ Based on version 6.2. ## Dependencies - `gcc` - `make` - `xorg` - `libX11` - `libXft` + `gcc` + `make` + `xorg` + `libX11` + `libXft` ## Installation To install this open a terminal and run these commands: ```shell -git clone https://github.com/JozanLeClerc/dwm-laptop
\ No newline at end of file +git clone https://github.com/JozanLeClerc/dwm-laptop.git +cd dwm-laptop +sudo make clean install +``` +To use it as a default WM, if you are using xinit, add this to your `.xinitrc`: +```shell +exec dwm +``` +I am not shure about how to set it up on `gdm`/`lightdm`/etc...
\ No newline at end of file |