An open API service indexing awesome lists of open source software.

https://github.com/harry-hopkinson/suckless

My configs for the Suckless suite for Arch Linux (dmenu, dwm and st) in C
https://github.com/harry-hopkinson/suckless

Last synced: about 1 year ago
JSON representation

My configs for the Suckless suite for Arch Linux (dmenu, dwm and st) in C

Awesome Lists containing this project

README

          

# Suckless Window Manager setup with DMenu, DWM and ST

## Usage

```bash
cd dmenu
sudo make clean install
```

```bash
cd dwm
sudo make clean install
```

```bash
cd st
sudo make clean install
```

```bash
cd slock
sudo make clean install
```

Reboot your computer with sudo reboot and then the changes should be applied.
Make sure that you have the ```bash-devel``` package installed for make and c compliation.