Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harilvfs authored Dec 30, 2024
1 parent 72eceae commit 44d4ff1
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,26 @@ sudo dnf install -y libX11-devel libXinerama-devel libXft-devel imlib2-devel lib
bash <(curl -L https://raw.githubusercontent.com/harilvfs/dwm/refs/heads/main/setup.sh)
```

<strong>**Setup** </strong>
<strong>**Install** </strong>

```bash
git clone https://github.com/harilvfs/dwm
cd dwm/
git clone https://github.com/harilvfs/dwm ~/
cd ~/dwm
sudo make clean install
```

<strong>Install slstatus</strong>

```bash
cd ~/dwm/slstatus
sudo make clean install
```

**Add this to your** `~/.xinitrc`

```
exec dwm
exec dwm &
slstatus
```

<br>
Expand Down

0 comments on commit 44d4ff1

Please sign in to comment.