https://github.com/gann4life/dotfiles
Personal configuration files
https://github.com/gann4life/dotfiles
Last synced: 5 months ago
JSON representation
Personal configuration files
- Host: GitHub
- URL: https://github.com/gann4life/dotfiles
- Owner: Gann4Life
- Created: 2023-02-21T20:30:32.000Z (over 2 years ago)
- Default Branch: current-settings
- Last Pushed: 2024-09-02T19:22:10.000Z (9 months ago)
- Last Synced: 2024-11-10T15:59:01.648Z (7 months ago)
- Language: Python
- Size: 5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles (Debian)
Personal repository for my dotfiles. Configurations for qtile, rofi, picom, zsh, vim and other tools.WORK IN PROGRESS, NOT READY FOR USE.
## Installation
Run the following command to install the dotfiles:
```bash
git clone https://github.com/gann4life/dotfiles
./dotfiles/scripts/bootstrap.sh
rm -rf ./dotfiles
```
# Tools used by qtile
- flameshot `sudo apt install flameshot`
- picom `sudo apt install picom`
- rofi `sudo apt install rofi`
- playerctl `sudo apt install playerctl`
- alacritty `sudo apt install alacritty`
- firefox `sudo apt install firefox`# Main Hotkeys
| Function | Hotkey |
|---|---|
| Select Window | `MOD` + `HJKL` |
| Move Window | `MOD` + `LCtrl` + `HJKL` |
| Resize Window | `MOD` + `Shift` + `HJKL` |
| Close Window | `MOD` + `C` |
| Toggle Fullscreen | `MOD` + `F` |
| Toggle Maximize | `MOD` + `M` |
| Toggle Minimize | `MOD` + `Shift` + `M` |
| Open Window Switcher| `MOD` + `W` |
| Open Application | `MOD` + `R` |
| Open File Explorer | `MOD` + `E`|
| Open Browser | `MOD` + `B` |
| Open Terminal | `MOD` + `Return` |For more details, check the `config.py` file (`home/.config/qtile/config.py`).