-
-
Notifications
You must be signed in to change notification settings - Fork 78
INSTALL
Arch Linux only. The installer only supports Arch-based distros. If you're on something else, you're on your own - check the manual section below and figure out the equivalent packages for your distro.
NixOS: there is an experimental flake path. See NixOS.
git clone https://github.com/snowarch/inir.git
cd inir
./setup installAdd -y if you don't want to answer questions:
./setup install -yWhen it's done:
niri msg action load-config-fileLog out and back in, or just restart Niri. Done.
For when you're not on Arch, or you enjoy pain.
The bare minimum to not crash immediately:
| Package | Why |
|---|---|
niri |
The compositor. Obviously. |
quickshell |
The shell runtime (official repos). Chosen intentionally for faster and more reliable installs. |
syntax-highlighting |
Provides QML module org.kde.syntaxhighlighting (required by AiChat code blocks). |
kirigami |
KDE QML components used by shell modules. |
kdialog |
KDE runtime helper used by some dialogs/integrations. |
wl-clipboard |
Copy/paste. |
cliphist |
Clipboard history. |
pipewire + wireplumber
|
Audio. |
grim + slurp
|
Screenshots. |
materialyoucolor |
Material You colors from wallpaper (Python, installed via venv). |
plasma-browser-integration |
Browser MPRIS sessions, controls, and artwork. |
plasma-integration |
KDE platform theme plugin (reads kdeglobals for Qt app colors). |
darkly-bin (AUR) |
Darkly Qt style (Material You widget rendering). |
For everything else, check PACKAGES.md. It's organized by category so you can skip what you don't need.
Note on quickshell package: iNiR intentionally uses
quickshellfrom official repos to avoid long AUR compile times and update-time build failures.Runtime extras used by features:
socatfor YTMusic IPC fallback controlfprintdfor fingerprint lockscreen supportOptional content packs (
./setup→ Extras): the iNiR-Walls wallpaper pack, the ii-pixel-sddm login theme, YAMIS icons, and the Kira mascot art pack (354 poses and animations, about 32 MiB). The mascot feature ships disabled and does nothing until you install the pack and enable her in Settings › Mascot.The art pack and the shell have separate jobs.
snowarch/inir-mascotpublishes the PNG/GIF files. iNiR ships the requiredassets/images/mascot/manifest.json, dialogue, pose pools, settings and runtime behavior. Updating or reinstalling the art pack does not replace the shell manifest; normal iNiR install/update paths provide it. Extras stages and verifies the complete archive before touching live assets, records the release tag plus an installed-tree hash, and repairs missing or corrupt files during a later./setup updatewithout auto-installing the optional pack for new users.Important for minimal installs (Arch base / netinstall): If shell startup fails with
module "org.kde.syntaxhighlighting" is not installed, install:syntax-highlighting kirigami kdialog
git clone https://github.com/snowarch/inir.git ~/.config/quickshell/inircp -r dots/.config/* ~/.config/This gives you:
- Niri config wired to the
inirlauncher - Theming templates for Material You colors
- GTK settings
- Fuzzel config
inir service install
inir service enable
inir service startniri msg action load-config-fileOr log out and back in.
Check the logs:
inir logsIf everything went well, you should see:
- Bar at the top (the thing with the clock)
- Background/wallpaper (hopefully not a black screen)
-
Mod+Tabopens the Niri overview (native) -
Mod+Space(Super+Space) toggles the ii overview -
Alt+Tabcycles windows using ii's switcher -
Super+Vopens the clipboard panel -
Super+Shift+Stakes a region screenshot
If something's broken, the logs will probably tell you which package is missing. Probably.
- KEYBINDS.md - Learn the shortcuts
- IPC.md - Make your own keybindings
- SETUP.md - Updating, uninstalling, how configs are handled
- PACKAGES.md - Full package list if something's missing
iNiR documentation. main is stable. prerelease is development.