From d19bfa3fc03305033ac7ad5052ff1479e82c65a5 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 14 Aug 2023 08:05:57 -0700 Subject: [PATCH] README: Add demo video --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d895c2..0cc864e 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,15 @@ The beginnings of a scrollable-tiling Wayland compositor. +![](https://github.com/YaLTeR/niri/assets/1794388/b734da07-301a-452b-b201-d4789a3eca60) + ## Status Heavily work in progress. The occasional thing works, but likely is in a half-broken state. +https://github.com/YaLTeR/niri/assets/1794388/3713a563-d7a2-4c56-aa0b-b4986b5dc188 + ## Idea This section describes the goals I'm working towards. @@ -16,8 +20,6 @@ Niri implements scrollable tiling, heavily inspired by [PaperWM]. Windows are arranged in columns on an infinite strip going to the right. Every column takes up as much height as possible, spread between its windows. -![](https://github.com/YaLTeR/niri/assets/1794388/b734da07-301a-452b-b201-d4789a3eca60) - With multiple monitors, every monitor has its own separate window strip. Windows can never "overflow" to an adjacent monitor.