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
- Host: GitHub
- URL: https://github.com/tuxdotrs/tawm
- Owner: tuxdotrs
- Created: 2025-02-27T10:34:49.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-27T19:28:20.000Z (about 2 months ago)
- Last Synced: 2025-02-28T04:05:06.954Z (about 2 months ago)
- Topics: awesomewm, dotfiles, linux, linux-rice, x11
- Language: Lua
- Homepage:
- Size: 10.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tux's awesomeWM config
![]()
## 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

