Niri is a scrollable-tiling Wayland compositor designed to offer a unique and efficient window management experience.
Built from the ground up, it introduces several innovative features tailored for modern workflows while maintaining compatibility with various hardware configurations.
Niri is optimized for performance, running smoothly even on older hardware like the Eee PC 900 from 2008.
It supports NVIDIA GPUs and integrates well with X11 applications through tools like xwayland-satellite for compatibility with Electron apps, JetBrains IDEs, and games via Steam/Proton.
Niri draws inspiration from PaperWM but improves upon it by separating monitors effectively. Other alternatives offering scrollable tiling include PaperWM (GNOME Shell), karousel (KDE), and hyprscroller (Hyprland).
Stable for daily use, Niri is an excellent choice for users seeking a customizable and efficient Wayland compositor.
Its robust feature set and active development community make it a standout option in the world of Linux window managers.
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…