https://github.com/manas140/dotfiles
Config files for my setup
https://github.com/manas140/dotfiles
awesomewm bspwm dotfiles i3wm
Last synced: 7 months ago
JSON representation
Config files for my setup
- Host: GitHub
- URL: https://github.com/manas140/dotfiles
- Owner: Manas140
- License: mit
- Created: 2021-05-31T15:06:26.000Z (over 4 years ago)
- Default Branch: awedots
- Last Pushed: 2024-01-12T03:18:33.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T21:09:00.239Z (7 months ago)
- Topics: awesomewm, bspwm, dotfiles, i3wm
- Language: Lua
- Homepage:
- Size: 127 MB
- Stars: 406
- Watchers: 6
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AweDots
Config files for AwesomeWm
## Installation
- Prerequisites
> Must have, just to make sure everything works properly
```
awesome bluez elogind flameshot alacritty mpd mpDris2 nmcli picom playerctl pulsemixer redshift rofi xsettingsd zsh
```
> Suggested, makes everything feel complete
```
kitty chromium ncmpcpp nvim lf zathura
```
- Clone the repo
```
git clone --recurse-submodules https://github.com/Manas140/dotfiles.git --depth=1 && cd dotfiles
```
- Install / Copy all configs
```
./install.sh
```
## Usage [ Keybinds ]
| Key | Action |
| ----- | ----- |
| **[Software]** | **Action** |
| Print | flameshot gui |
| Super + r | rofi |
| Super + Return | alacritty |
| | |
| **[AwesomeWm]** | **Action** |
| Super + d | open dashboard |
| Super + q | kill focused window |
| Alt + Tab | toggle window focus |
| Super + m | minimize focused window |
| Super + Tab | toggle floating/tiling |
| Super + space | toggle fullscreen |
| Super + [1-5] | focus desktop 1-5 |
| Super + Shift + [1-5] | move window to desktop 1-5 |
| Super + Arrow [Up,Down,Left,Right] | resize window |
## Project references
- Colorscheme: [Paradise-theme](https://github.com/paradise-theme)
- Fetch: [Fetch](https://github.com/manas140/fetch)
- Firefox: [SimpleFox](https://github.com/migueravila/SimpleFox)
- Nvim: [Conscious](https://github.com/manas140/conscious)
## Special Thanks
- [Rklyz](https://github.com/rklyz)
- [Harry](https://github.com/saimoomedits)