- WM: i3-gaps
- OS: Arch Linux
- Terminal: kitty
- Shell: bash
- Status Bar: i3block
- Compositor: picom
- Editor: neovim
- Browser: Chromium
- File Manager: vifm
- Application Launcher: rofi
This project is a shell script that automates the post installation process for a minimal Arch system, along with the i3 window manager. It aims to provide an easy and efficient way to configure an arch desktop environment with a Stylish lightweight and customizable window manager.
The script installs the necessary packages and applications required for daily drive and a functional and beutiful i3wm setup, and other recommended utilities. It also configures various system settings to optimize the user experience and provides a clean minimal and stylish i3 configuration.
To use this script and set up your Arch system with my i3 config, follow these steps:
-
Install a fresh minimal Arch system. You can download the ISO from the official Arch website.
-
Once the base system is installed:
sudo pacman -S git vim
git clone https://github.com/zedsalim/arch-z
cd arch-z
ls
.git config optional 1-software.sh 3-fonts.sh README.md
[ign] fonts theme 2-setup.sh 4-rice.sh run_me.sh
-
Scripts:
1-software.sh: A script responsible for install all the softwares and the packages needed for a minimal Arch system, (you must see what inside it and you can custumize it as you need).
2-setup.sh: A script that handles the initial setup of the i3wm environment and the Display Manager.
3-fonts.sh: A script for font configuration and installation.
4-rice.sh: A script that performs further customization or "ricing" of Arch-Z i3wm environment.
run_me.sh: A script meant to be executed to apply the configurations and setups provided by other scripts (this is the only script you need to run) -
Directories (Do not modify):
config: The configuration file for the Arch-Z setup.
fonts: A directory containing font files used in the Arch-Z configuration.
theme: A directory with theme-related files.
optional: A folder containing optional configuration files and scripts that are not necessary for the basic setup (check them out). -
Other Files (Delete them if you want):
README.md: A Markdown file serving as the main documentation or guide for this project.
[ign]: A folder that contains Essential Files for the README.md.
Please note that the directories are marked as "Do not modify" to indicate that they contain important files and resources that should not be altered unless you have specific knowledge or intention to modify them.
To install this setup, simply run ./run_me.sh, enter your password, and wait for the installation to complete.
./run_me.sh
- Press Super + Shift + h to view the Guide and read it all.
- NOTE: The 'Super' Key is the 'Windows' Key
- super + shift + h: Opens the Arch-Z Guide
- super + shift + r: Restarts the i3 window manager
- super + q: Closes the current window
- super + f: Toggles fullscreen mode for the current container
- super + shift + f: Toggles floating mode for the current container
- super + shift + b: Reboots the system
- super + shift + s: Shuts down the system
- super + Return (Enter): Launches kitty terminal
- super + shift + Return (Enter): Launches kitty terminal in scratchpad mode
- super + p: Opens rofi application
- super + n: Opens vifm file manager
- super + c: Launches VSCode
- super + w: Launches Chromium
- Print (Impr écran Syst): Opens flameshot screenshot tool (GUI mode)
- super + [1->9,0]: Switches to the specified workspace
- super + shift + [1->9,0]: Moves the current container to the specified workspace
- super + [h, j, k, l]: Focuses on the window in the specified direction
- super + shift + [h, j, k, l]: Moves the window in the specified direction
- super + [Left, Down, Up, Right]: Focuses on the window in the specified direction
- super + shift + [Left, Down, Up, Right]: Moves the window in the specified direction
- super + tab: Focuses on the last two workspaces back and forth
Discover more keybindings and info in Arch-Z Guide.