An open API service indexing awesome lists of open source software.

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

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 |