mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
Update: Added keybindings to README.md and for_window rules in i3 config.
This commit is contained in:
@@ -161,7 +161,7 @@ To install all packages, you need approximately 8.4 GiB of free disk space (5 Gi
|
||||
- `wget` - command-line downloader
|
||||
|
||||
#### Basic programs (optional) (~1700Mib)
|
||||
`yay -S 7zip czkawka-gui firefox firefox-beta-bin firefox-developer-edition gimp inkscape gparted libreoffice-fresh mpv vlc nemo nemo-fileroller obs-studio obsidian rsync vnstat yt-dlp`
|
||||
`yay -S 7zip czkawka-gui firefox firefox-beta-bin firefox-developer-edition gimp inkscape gparted libreoffice-fresh mpv vlc nemo nemo-fileroller obs-studio obsidian qalculate-gtk rsync vnstat yt-dlp`
|
||||
- `7zip` - archiver
|
||||
- `czkawka-gui` - duplicate finder
|
||||
- `firefox firefox-beta-bin firefox-developer-edition` - web browsers
|
||||
@@ -198,6 +198,37 @@ To install all packages, you need approximately 8.4 GiB of free disk space (5 Gi
|
||||
`yay -S noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra`
|
||||
- `noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra`
|
||||
|
||||
## Keybindings Overview
|
||||
|
||||
| Keybinding | Action | Keybinding | Action |
|
||||
|---|---|---|---|
|
||||
| `Mod + Return` | Launch terminal | `Mod + H` | Split in horizontal orientation |
|
||||
| `Mod + D` | Open menu | `Mod + V` | Split in vertical orientation |
|
||||
| `Mod + Shift + Q` | Close focused window | `Mod + Space` | Toggle focus mode (tiling / floating) |
|
||||
| `Mod + F` | Toggle fullscreen | `Mod + Shift + Space` | Toggle tiling / floating mode |
|
||||
| `Mod + Q` | Launch Firefox Developer Edition | `Mod + J/K/L/;` | Change focus direction |
|
||||
| `Mod + W` | Open recent VSC workspace | `Mod + Shift + J/K/L/;` | Move focused window |
|
||||
| `Mod + E` | Open file manager (Nemo) | `Mod + 1 to 0` | Switch to workspaces 1 to 10 |
|
||||
| `Mod + A` | Open menu (drun version) | `Mod + Shift + 1 to 0` | Move focused window to workspaces 1 to 10 |
|
||||
| `Mod + S` | Open screenshots dir in Nemo | `Mod + Shift + E` | Exit i3 |
|
||||
| `Mod + Z` | Launch ncmpcpp | `Mod + Shift + R` | Restart i3 |
|
||||
| `Mod + X` | Open powermenu | `Mod + Shift + C` | Reload i3 config file |
|
||||
| `Mod + C` | Launch screenshot script | `Mod + B` | Move workspace to the other monitor |
|
||||
| `Mod + I` | Lock screen | `Mod + N` | Set dual monitor mode |
|
||||
| `Mod + G` | Enter gap mode | `Mod + M` | Set single-monitor mode |
|
||||
|
||||
### Color palette
|
||||
|
||||
| Bg | Bg 2 | Bg 3 | Border | Fg | White | Gray | Black |
|
||||
|:------:|:--------:|:--------:|:--------:|:------:|:--------:|:-------:|:--------:|
|
||||
| `#1b1b25` | `#282A36` | `#16161e` | `#343746` | `#dedede` | `#eeffff` | `#727480` | `#15121c` |
|
||||
|  |  |  |  |  |  |  |  |
|
||||
|
||||
| Red | Green | Yellow | Blue | Purple | Cyan | Pink | Orange |
|
||||
|:------:|:--------:|:--------:|:--------:|:------:|:--------:|:-------:|:--------:|
|
||||
| `#cb5760` | `#999f63`| `#d4a067`| `#6c90a8`| `#776690`| `#528a9b`| `#ffa8c5`| `#c87c3e`|
|
||||
|  |  |  |  |  |  |  |  |
|
||||
|
||||
## License
|
||||
|
||||
Distributed under the **[GPLv3+](https://www.gnu.org/licenses/gpl-3.0.html) License**.
|
||||
|
||||
Reference in New Issue
Block a user