https://github.com/justus0405/i3wm-dotfiles
🌿 My Arch Linux i3-wm dotfiles
https://github.com/justus0405/i3wm-dotfiles
alacritty arch archlinux catppuccin catppuccin-mocha catppuccin-palette catppuccin-rice catppuccin-theme dotfiles dots i3 i3-gaps i3-gaps-dotfiles i3-rice i3-wm i3wm linux polybar rice rofi
Last synced: 2 days ago
JSON representation
🌿 My Arch Linux i3-wm dotfiles
- Host: GitHub
- URL: https://github.com/justus0405/i3wm-dotfiles
- Owner: Justus0405
- License: mit
- Created: 2024-03-04T15:49:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T21:41:58.000Z (13 days ago)
- Last Synced: 2025-04-11T22:35:23.666Z (13 days ago)
- Topics: alacritty, arch, archlinux, catppuccin, catppuccin-mocha, catppuccin-palette, catppuccin-rice, catppuccin-theme, dotfiles, dots, i3, i3-gaps, i3-gaps-dotfiles, i3-rice, i3-wm, i3wm, linux, polybar, rice, rofi
- Language: Shell
- Homepage:
- Size: 70.4 MB
- Stars: 35
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Justus0405 i3-wm Catppuccin Dotfiles
## Installation
> [!IMPORTANT]
> The installation script is made for Arch,
> but **may** work on some Arch based distros with **systemd**.> [!CAUTION]
> This script is designed to be done after a minimal arch installation,
> using it on previously installed desktop should work but will change whatever you currently have (gtk/qt theming, shell, sddm, etc) and is at your own risk.After a minimal Arch install (with grub and systemd), execute -
```shell
pacman -Syy git
git clone https://github.com/Justus0405/i3wm-dotfiles.git
cd i3wm-dotfiles/src/
chmod +x install.sh
./install.sh
```After the installation is finished the script will automaticly reboot into the new enviroment.
## Screenshots
Desktop ClearDesktop Busy![]()
![]()
## FAQ
### How do I change, add, or delete wallpapers?
- **To change your wallpaper:** Press `SUPER + D`, type `Nitrogen`, and press Enter to open it. Select your desired wallpaper and click "Apply" at the bottom-right corner.
- **To add or delete wallpapers:** Copy your wallpaper files to `~/.config/wallpapers/` to add them, or delete files from this directory to remove them.
## Keybinds
| Keys | Action |
| :------------------------------------------- | :----------------------------------- |
| Super + RETURN / ENTER | launch alacritty (terminal) |
| Super + E | launch nemo (filemanager) |
| Super + B | launch brave (browser) |
| Super + N | screenshot selected area (flameshot) |
| Super + M | screenshot entire screen (flameshot) |
| Super + Q | quit active/focused window |
| Keys | Action |
| :------------------------------ | :-------------------------- |
| Super + D | Rofi (application launcher) |
| Super + O | Rofi (ssh selector) |
| Super + P | Rofi (calculator) |
| ALT + TAB | Rofi (window switcher) |
| Keys | Action |
| :------------------------------------------------------ | :---------------------------------- |
| Super + NUMBER | switch to workspace |
| Super + SHIFT + NUMBER | move focused container to workspace |
| Super + SHIFT + C | reload the configuration file |
| Super + SHIFT + R | restart i3 |
| Super + Shift + E | quit i3 session |
| Keys | Action |
| :------------------------------ | :---------- |
| Super + J | focus left |
| Super + K | focus down |
| Super + L | focus up |
| Super + O | focus right |
| Keys | Action |
| :------------------------------------------------- | :--------- |
| Super + Shift + J | move left |
| Super + Shift + K | move down |
| Super + Shift + L | move up |
| Super + Shift + O | move right |
| Keys | Action |
| :------------------------------ | :---------------------------------------------- |
| Super + H | split in horizontal orientation |
| Super + V | split in vertical orientation |
| Super + F | enter fullscreen mode for the focused container |
| Keys | Action |
| :----------------------------------------------------- | :--------------------------------------------- |
| Super + SHIFT + SPACE | toggle tiling / floating |
| Super + SPACE | change focus between tiling / floating windows |
| Super + A | focus the parent container |
| Super + D | focus the child container |
## Credits
##### Catppuccin Team
- [Alacritty](https://github.com/catppuccin/alacritty)
- [Rofi](https://github.com/catppuccin/rofi)
- [GTK](https://github.com/catppuccin/gtk)
- [SDDM](https://github.com/catppuccin/sddm)##### Others
- [iinsertNameHere](https://github.com/iinsertNameHere/catnap)
- [prasanthrangan](https://github.com/prasanthrangan/hyprdots)
- [jluttine](https://github.com/jluttine/rofi-power-menu)#
Copyright © 2024-present Justus0405