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

https://github.com/tuxdotrs/tawm

My awesomeWM configuration
https://github.com/tuxdotrs/tawm

awesomewm dotfiles linux linux-rice x11

Last synced: about 2 months ago
JSON representation

My awesomeWM configuration

Awesome Lists containing this project

README

        


tux's awesomeWM config



home
home
home



desktop

## Installation

```nix
# Add to your flake inputs
tawm = {
url = "github:tuxdotrs/tawm";
inputs.nixpkgs.follows = "nixpkgs";
};

# Add this in your HomeManager config
{ inputs, ... }: {
home.file = {
".config/awesome" = {
recursive = true;
source = "${inputs.tawm.packages.x86_64-linux.default}";
};
};
}
```

## Showcase

![2024-08-08_18-33](https://github.com/user-attachments/assets/1cdcc387-0f68-486c-a76c-a36ad2acb78d)

![2024-08-08_18-18](https://github.com/user-attachments/assets/f3fc4da5-6c0d-4cda-934d-b68ca6494e02)