Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

NodeBB

  1. Home
  2. uncategorized
  3. Decided to try writing a Wayland compositor for fun.

Decided to try writing a Wayland compositor for fun.

Scheduled Pinned Locked Moved uncategorized
179 Posts 1 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Guest

    Today, screenshot UI updates! Implemented tablet and touchscreen input for area selection (at long last). And, added a small clickable capture button, so screenshots can now be confirmed tablet-, touch-, or mouse-only!

    #niri

    ? Offline
    ? Offline
    Guest
    wrote on last edited by
    #152

    After long 3 months of work, I'm glad to release niri v25.05 with the Overview, screenshot UI tablet and touch support, dynamic screencast target and windowed fullscreen, IPC pick-window and pick-color, window urgency, and lots of other things!

    Release notes prepared for your reading pleasure as always: https://github.com/YaLTeR/niri/releases/tag/v25.05

    #niri #smithay #rust #wayland

    ? 1 Reply Last reply
    0
    • ? Guest

      After long 3 months of work, I'm glad to release niri v25.05 with the Overview, screenshot UI tablet and touch support, dynamic screencast target and windowed fullscreen, IPC pick-window and pick-color, window urgency, and lots of other things!

      Release notes prepared for your reading pleasure as always: https://github.com/YaLTeR/niri/releases/tag/v25.05

      #niri #smithay #rust #wayland

      ? Offline
      ? Offline
      Guest
      wrote on last edited by
      #153

      Tagged a niri v25.05.1 hotfix, fixing kitty quick access terminal, numlock, and some jank with hidden cursor.

      https://github.com/YaLTeR/niri/releases/tag/v25.05.1

      #niri

      ? 1 Reply Last reply
      0
      • ? Guest

        Tagged a niri v25.05.1 hotfix, fixing kitty quick access terminal, numlock, and some jank with hidden cursor.

        https://github.com/YaLTeR/niri/releases/tag/v25.05.1

        #niri

        ? Offline
        ? Offline
        Guest
        wrote on last edited by
        #154

        Alright after some much needed rest, I set out to deal with the thing everyone has to bump into when setting up niri: some way to use Xwayland. I am still very much *not* planning to integrate Xwayland directly, but with this PR (and an accompanying xwayland-satellite PR), niri will create the X11 sockets and autostart xwl-s on demand, all out of the box with zero configuration. So, it'll work just like other compositors, but with xwl-s instead of direct Xwayland.

        https://github.com/YaLTeR/niri/pull/1728

        #niri

        ? 1 Reply Last reply
        0
        • ? Guest

          Alright after some much needed rest, I set out to deal with the thing everyone has to bump into when setting up niri: some way to use Xwayland. I am still very much *not* planning to integrate Xwayland directly, but with this PR (and an accompanying xwayland-satellite PR), niri will create the X11 sockets and autostart xwl-s on demand, all out of the box with zero configuration. So, it'll work just like other compositors, but with xwl-s instead of direct Xwayland.

          https://github.com/YaLTeR/niri/pull/1728

          #niri

          ? Offline
          ? Offline
          Guest
          wrote on last edited by
          #155

          8k stars! 🎉

          #niri

          ? 1 Reply Last reply
          0
          • ? Guest

            8k stars! 🎉

            #niri

            ? Offline
            ? Offline
            Guest
            wrote on last edited by
            #156

            In niri v25.05, the screenshot UI learned to respond to some keyboard window movement bindings by moving the screenshot selection. Now it supports several more movement commands, including moving across monitors. It works similarly to a floating window: the selection origin is preserved relatively, and the size is adjusted by the monitor scale difference. Under the right conditions, it'll match a floating window exactly.

            Also, holding Space will now let you move the selection origin!

            #niri

            ? 1 Reply Last reply
            0
            • ? Guest

              In niri v25.05, the screenshot UI learned to respond to some keyboard window movement bindings by moving the screenshot selection. Now it supports several more movement commands, including moving across monitors. It works similarly to a floating window: the selection origin is preserved relatively, and the size is adjusted by the monitor scale difference. Under the right conditions, it'll match a floating window exactly.

              Also, holding Space will now let you move the selection origin!

              #niri

              ? Offline
              ? Offline
              Guest
              wrote on last edited by
              #157

              ...and now moving also works with on a touchscreen with a second touch 🙂 Got this idea from how in osu! you can drag with one finger and press with second/third to "click".

              #niri

              ? 1 Reply Last reply
              0
              • ? Guest

                ...and now moving also works with on a touchscreen with a second touch 🙂 Got this idea from how in osu! you can drag with one finger and press with second/third to "click".

                #niri

                ? Offline
                ? Offline
                Guest
                wrote on last edited by
                #158

                apparently niri is on the GH trending page today: https://github.com/trending Amidst a sea of LLM repos 🙃

                #niri

                ? 1 Reply Last reply
                0
                • ? Guest

                  apparently niri is on the GH trending page today: https://github.com/trending Amidst a sea of LLM repos 🙃

                  #niri

                  ? Offline
                  ? Offline
                  Guest
                  wrote on last edited by
                  #159

                  Today I implemented most of the ext-workspace protocol [1] in niri. It lets desktop components (i.e. bars) show workspaces and do some basic operations on them.

                  The two bars with ext-workspace that I know of are sfwbar and xfce4-panel. Unfortunately, I seem to have surfaced several problems in their implementations. I opened issues in sfwbar; would be great if someone took a look from Xfce. Also if there are other clients I missed?

                  https://github.com/YaLTeR/niri/pull/1800

                  [1]: https://wayland.app/protocols/ext-workspace-v1

                  #niri

                  ? 1 Reply Last reply
                  0
                  • ? Guest

                    Today I implemented most of the ext-workspace protocol [1] in niri. It lets desktop components (i.e. bars) show workspaces and do some basic operations on them.

                    The two bars with ext-workspace that I know of are sfwbar and xfce4-panel. Unfortunately, I seem to have surfaced several problems in their implementations. I opened issues in sfwbar; would be great if someone took a look from Xfce. Also if there are other clients I missed?

                    https://github.com/YaLTeR/niri/pull/1800

                    [1]: https://wayland.app/protocols/ext-workspace-v1

                    #niri

                    ? Offline
                    ? Offline
                    Guest
                    wrote on last edited by
                    #160

                    Everyone who dislikes GitHub Wiki: I finally made a write-down of my requirements/wishes for a replacement. Please feel free to chime in with suggestions: https://github.com/YaLTeR/niri/discussions/1830

                    #niri

                    ? 1 Reply Last reply
                    0
                    • ? Guest

                      Everyone who dislikes GitHub Wiki: I finally made a write-down of my requirements/wishes for a replacement. Please feel free to chime in with suggestions: https://github.com/YaLTeR/niri/discussions/1830

                      #niri

                      ? Offline
                      ? Offline
                      Guest
                      wrote on last edited by
                      #161

                      Update on ext-workspace:
                      - sfwbar fixed all outstanding issues!
                      - the waybar ext-workspace PR also fixed all issues!
                      - quickshell impl is on the way

                      #niri

                      ? 1 Reply Last reply
                      0
                      • ? Guest

                        Update on ext-workspace:
                        - sfwbar fixed all outstanding issues!
                        - the waybar ext-workspace PR also fixed all issues!
                        - quickshell impl is on the way

                        #niri

                        ? Offline
                        ? Offline
                        Guest
                        wrote on last edited by
                        #162

                        Out of curiosity, I tried running Orca on niri, and apparently it sort-of works for some apps (I expected nothing to work at all; idk anything about screen readers). However, compared to GNOME Shell, there's quite a few missing or broken things. I documented what I found here: https://github.com/YaLTeR/niri/issues/1904

                        Is there some "Integrating Orca to Wayland desktops" docs? Like, what the compositor needs to do, who handles the hotkeys and how, etc.

                        (not actively working on this, just curious)

                        #niri #a11y

                        ? 1 Reply Last reply
                        0
                        • ? Guest

                          Out of curiosity, I tried running Orca on niri, and apparently it sort-of works for some apps (I expected nothing to work at all; idk anything about screen readers). However, compared to GNOME Shell, there's quite a few missing or broken things. I documented what I found here: https://github.com/YaLTeR/niri/issues/1904

                          Is there some "Integrating Orca to Wayland desktops" docs? Like, what the compositor needs to do, who handles the hotkeys and how, etc.

                          (not actively working on this, just curious)

                          #niri #a11y

                          ? Offline
                          ? Offline
                          Guest
                          wrote on last edited by
                          #163

                          Should've done this a while ago, but I finally wrote contributing guidelines for niri:

                          https://github.com/YaLTeR/niri/blob/main/CONTRIBUTING.md

                          With many new users, the stream of issues, discussions and pull requests is quite overwhelming. 😅 You can help! And the contributing guidelines outline the various ways how.

                          I would especially appreciate help reviewing PRs, though I understand it's the more complex task out of these.

                          Big thanks to people already answering questions and helping others!

                          #niri

                          ? 1 Reply Last reply
                          0
                          • ? Guest

                            Should've done this a while ago, but I finally wrote contributing guidelines for niri:

                            https://github.com/YaLTeR/niri/blob/main/CONTRIBUTING.md

                            With many new users, the stream of issues, discussions and pull requests is quite overwhelming. 😅 You can help! And the contributing guidelines outline the various ways how.

                            I would especially appreciate help reviewing PRs, though I understand it's the more complex task out of these.

                            Big thanks to people already answering questions and helping others!

                            #niri

                            ? Offline
                            ? Offline
                            Guest
                            wrote on last edited by
                            #164

                            Today I implemented fetching keyboard layout options from org.freedesktop.locale1, used by things like distro installers to configure the layout:

                            https://github.com/YaLTeR/niri/pull/2052

                            I guess this is the closest thing to global cross-desktop keyboard layout configuration, so it should also help environments like LXQt integrating niri.

                            Also recently merged: niri now sets a logind session locked hint, useful for e.g. idle tools that put the PC to sleep, but only once the lockscreen is fully up.

                            #niri

                            ? 1 Reply Last reply
                            0
                            • ? Guest

                              Today I implemented fetching keyboard layout options from org.freedesktop.locale1, used by things like distro installers to configure the layout:

                              https://github.com/YaLTeR/niri/pull/2052

                              I guess this is the closest thing to global cross-desktop keyboard layout configuration, so it should also help environments like LXQt integrating niri.

                              Also recently merged: niri now sets a logind session locked hint, useful for e.g. idle tools that put the PC to sleep, but only once the lockscreen is fully up.

                              #niri

                              ? Offline
                              ? Offline
                              Guest
                              wrote on last edited by
                              #165

                              Gathering thoughts on reconciling communities between Matrix and Discord: https://github.com/YaLTeR/niri/discussions/2069

                              This is a problem I expect we'll face reasonably soon, so if you have some ideas please write in the discussion!

                              #niri

                              ? 1 Reply Last reply
                              0
                              • ? Guest

                                Gathering thoughts on reconciling communities between Matrix and Discord: https://github.com/YaLTeR/niri/discussions/2069

                                This is a problem I expect we'll face reasonably soon, so if you have some ideas please write in the discussion!

                                #niri

                                ? Offline
                                ? Offline
                                Guest
                                wrote on last edited by
                                #166

                                About finished implementing org.fd.a11y.KeyboardMonitor in niri, necessary for correct screen reader function:

                                https://github.com/YaLTeR/niri/pull/2060

                                I tested it with Orca more or less, seems to work, but I'm very new to screen reader workings, so it's possible I've missed something.

                                This makes Orca announce keys everywhere in niri, and makes grabs work (both modifier with double-press passthrough and keystrokes). Making Orca actually say niri dialogs will be a separate effort.

                                #niri #a11y

                                ? 1 Reply Last reply
                                0
                                • ? Guest

                                  About finished implementing org.fd.a11y.KeyboardMonitor in niri, necessary for correct screen reader function:

                                  https://github.com/YaLTeR/niri/pull/2060

                                  I tested it with Orca more or less, seems to work, but I'm very new to screen reader workings, so it's possible I've missed something.

                                  This makes Orca announce keys everywhere in niri, and makes grabs work (both modifier with double-press passthrough and keystrokes). Making Orca actually say niri dialogs will be a separate effort.

                                  #niri #a11y

                                  ? Offline
                                  ? Offline
                                  Guest
                                  wrote on last edited by
                                  #167

                                  We made it to 10k stars on GitHub!!!!

                                  #niri

                                  ? 1 Reply Last reply
                                  0
                                  • ? Guest

                                    We made it to 10k stars on GitHub!!!!

                                    #niri

                                    ? Offline
                                    ? Offline
                                    Guest
                                    wrote on last edited by
                                    #168

                                    Finally finished making niri screencasts asynchronously wait for rendering completion before handing the buffer over to PipeWire. This fixes screencast flickering problems on NVIDIA setups.

                                    https://github.com/YaLTeR/niri/pull/2175

                                    This is not PW explicit sync; I can now finish that too (OBS and PW released their fixes), but it'll act more as an optimization on top of the current code (since only OBS can use it for now, and not on its Flathub build (PW is too old there)).

                                    #niri

                                    ? 1 Reply Last reply
                                    0
                                    • ? Guest

                                      Finally finished making niri screencasts asynchronously wait for rendering completion before handing the buffer over to PipeWire. This fixes screencast flickering problems on NVIDIA setups.

                                      https://github.com/YaLTeR/niri/pull/2175

                                      This is not PW explicit sync; I can now finish that too (OBS and PW released their fixes), but it'll act more as an optimization on top of the current code (since only OBS can use it for now, and not on its Flathub build (PW is too old there)).

                                      #niri

                                      ? Offline
                                      ? Offline
                                      Guest
                                      wrote on last edited by
                                      #169

                                      Quite comprehensive desktop shell for niri released today: https://github.com/bbedward/DankMaterialShell

                                      Based on QuickShell; made by the same people who started the niri Discord server.

                                      Checking it out now, looks very cool! Though not without a few rough edges to iron out of course

                                      #niri #quickshell

                                      ? 1 Reply Last reply
                                      0
                                      • ? Guest

                                        Quite comprehensive desktop shell for niri released today: https://github.com/bbedward/DankMaterialShell

                                        Based on QuickShell; made by the same people who started the niri Discord server.

                                        Checking it out now, looks very cool! Though not without a few rough edges to iron out of course

                                        #niri #quickshell

                                        ? Offline
                                        ? Offline
                                        Guest
                                        wrote on last edited by
                                        #170

                                        today niri turns 2!

                                        #niri

                                        ? 1 Reply Last reply
                                        0
                                        • ? Guest

                                          today niri turns 2!

                                          #niri

                                          ? Offline
                                          ? Offline
                                          Guest
                                          wrote on last edited by
                                          #171

                                          Yesterday dove into one of the older animation jank bugs in niri: quickly resizing a window back and forth would cause adjacent windows to jump. This problem is hard to trigger unless you're specifically trying to (then it's easy), but it was causing "downstream" problems for more complex actions.

                                          The fix was simple enough, but I imagined enough "interesting" cases around it and decided to write a whole bulk of tests. Check this out, all thanks to our layout and clock code!

                                          #niri

                                          ? 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          Powered by NodeBB Contributors
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups