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
- Host: GitHub
- URL: https://github.com/harry-hopkinson/suckless
- Owner: Harry-Hopkinson
- Created: 2024-01-01T15:28:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T17:59:12.000Z (about 2 years ago)
- Last Synced: 2025-05-13T14:17:23.450Z (about 1 year ago)
- Language: C
- Size: 2.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.