https://github.com/dannycolin/dotfiles
My dotfiles repository
https://github.com/dannycolin/dotfiles
dotfiles fedora linux stow
Last synced: 19 days ago
JSON representation
My dotfiles repository
- Host: GitHub
- URL: https://github.com/dannycolin/dotfiles
- Owner: dannycolin
- Created: 2019-09-05T00:33:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T19:30:52.000Z (4 months ago)
- Last Synced: 2025-04-10T03:33:31.784Z (23 days ago)
- Topics: dotfiles, fedora, linux, stow
- Language: Python
- Homepage:
- Size: 396 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ~/.dotfiles
## Installation
```
git clone [email protected]:dannycolin/dotfiles ~/.dotfiles
cd ~/.dotfiles/user
stow [folder | * ]
```## Window Manager Keybindings
### General
| Key | Action |
| :------------------------- | :---------------------------------- |
| Super + [0-9] | Switch to workspace [0-9] |
| Super + Shift + [0-9] | Move application to workspace [0-9] |
| Super + a | Open application menu |
| Super + d | Set to tiled window |
| Super + f | Set to float (detach) window |
| Super + h | Focus left window |
| Super + j | Focus bottom window |
| Super + k | Focus top window |
| Super + l | Focus right window |
| Super + Shift + h | Move window to left |
| Super + Shift + j | Move window to bottom |
| Super + Shift + k | Move window to top |
| Super + Shift + l | Move window to right |
| Super + Shift + q | Close focused application |
| Super + Shift + r | Reload configuration |
| Super + minus | Shrink window horizontally |
| Super + equal | Grow window horizontally |
| Super + Shift + underscore | Shrink window vertically |
| Super + Shift + plus | Grow window vertically |### Modes
#### System
| Key | Action |
| :------------------------- | :---------------------------------- |
| Super + Shift + s | System mode |
| p | Poweroff |
| r | Restart |