1
0
mirror of https://github.com/tiyn/dwm.git synced 2025-04-19 15:57:45 +02:00

added installation guide

This commit is contained in:
tiyn 2023-10-24 06:08:44 +02:00
parent e38f510fc7
commit 81d1901820

View File

@ -62,3 +62,10 @@ build are the following.
| Super | Shift | . | Add to monitor lower in stack | | Super | Shift | . | Add to monitor lower in stack |
| Super | Shift | , | Add to monitor higher in stack | | Super | Shift | , | Add to monitor higher in stack |
| Alt | | Tab | (Tiling/Deck) Focus window lower in stack than current | | Alt | | Tab | (Tiling/Deck) Focus window lower in stack than current |
## Installation
The most basic way is to clone the repository and then invoke make.
- `git clone https://github.com/tiyn/dwm`
- `make clean install`