Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 279 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 279 Bytes

awesome-wm-config

My awesome wm configuration

Setup

Install awesome wm: sudo apt update && sudo apt install awesome

Pull this repo into ~/.config/awesome. In order for the brightness widget to work, add your user to the video group:

usermod -aG video ${USER}