diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-05-03 23:18:30 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-05-03 23:18:30 +0000 |
| commit | 49ec18189adf3f0fd3521f32707164edd39dc856 (patch) | |
| tree | af942bed4db1286817993e68f949ca9ab1d8ac87 | |
| parent | 5f756c97c208bddd74a7c57e2b68a262c2c1013f (diff) | |
dwm readme
| -rw-r--r-- | dwm/dwm/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dwm/dwm/README.md b/dwm/dwm/README.md new file mode 100644 index 0000000..c47218e --- /dev/null +++ b/dwm/dwm/README.md @@ -0,0 +1,7 @@ +# DWM +* I start dwm with `startdwm` found in `dotfiles/Scripts/.config/Scripts/startdwm`. +* Patches can be found in `./patches/`. +* systray: `stalonetray`. + +## Installation +* `make && sudo make clean install` |
