Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manas140/dotfiles
Config files for my setup
https://github.com/manas140/dotfiles
awesomewm bspwm dotfiles i3wm
Last synced: 26 days 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 3 years ago)
- Default Branch: awedots
- Last Pushed: 2024-01-12T03:18:33.000Z (10 months ago)
- Last Synced: 2024-10-10T02:43:29.650Z (26 days ago)
- Topics: awesomewm, bspwm, dotfiles, i3wm
- Language: Lua
- Homepage:
- Size: 127 MB
- Stars: 376
- Watchers: 5
- Forks: 16
- 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)