| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-11 | Add deactivate-unfocused-windows debug flag (#1706) | sashomasho | |
| * force xdg deactivation on invisable workspaces This debug option provides a workaround for many Chromium-based chat applications that fail to show notifications when they're active in a workspace that's not currently visible and don't have keyboard focus Signed-off-by: Alex Yosifov <sashomasho@gmail.com> * fixes --------- Signed-off-by: Alex Yosifov <sashomasho@gmail.com> Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
| 2025-06-07 | Implement xwayland-satellite integration | Ivan Molodetskikh | |
| 2025-06-05 | wiki: Add Since to hide-not-bound | Ivan Molodetskikh | |
| 2025-06-03 | add option to hide unbound actions in hotkey overlay (#1618) | Kent Daleng | |
| * add option to hide unbound actions in hotkey overlay * fix config test, add some docs * Add kdl language hint Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> * Improve docs Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> * hide_unbound -> hide_not_bound * forgot to rename in wiki * filter actions before calling format * use any instead of contains * retain instead of filter --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
| 2025-06-03 | Add debug option to skip cursor-only updates while VRR is active (#1616) | Gwen | |
| * Add debug option to skip cursor-only updates while VRR is active * Update niri-config/src/lib.rs Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> * Update src/backend/tty.rs Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> * Update wiki/Configuration:-Debug-Options.md Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> * Update Configuration:-Debug-Options.md * Update tty.rs * Update lib.rs * Update Configuration:-Debug-Options.md --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
| 2025-06-01 | wiki/Xwayland: Remove the scary "experimental" word from xwl-s | Ivan Molodetskikh | |
| 2025-05-25 | wiki: Remove note about numlock issue | Ivan Molodetskikh | |
| It's been fixed. | |||
| 2025-05-22 | wiki/packaging: Mention RUN_SLOW_TESTS | Ivan Molodetskikh | |
| 2025-05-22 | wiki/packaging: Document limiting test threads | Ivan Molodetskikh | |
| 2025-05-17 | wiki/Overview: Link the new video | Ivan Molodetskikh | |
| 2025-05-17 | Bump version to 25.05 | Ivan Molodetskikh | |
| 2025-05-17 | wiki/Overview: Update wording | Ivan Molodetskikh | |
| 2025-05-17 | wiki: Link to issue in numlock | Ivan Molodetskikh | |
| https://github.com/YaLTeR/niri/issues/1501 | |||
| 2025-05-12 | wiki: Add Since for touchpad drag | Ivan Molodetskikh | |
| 2025-05-12 | Implement baba-is-float for layers | Ivan Molodetskikh | |
| 2025-05-10 | Add is-urgent window rule matcher | Ivan Molodetskikh | |
| 2025-05-10 | Add urgent color support to tab indicators | Ivan Molodetskikh | |
| 2025-05-10 | wiki: Document urgent-color | Ivan Molodetskikh | |
| 2025-05-06 | wiki: Fix Until note location | Ivan Molodetskikh | |
| 2025-05-06 | wiki: Clarify that layers within backdrop ignore input | Ivan Molodetskikh | |
| 2025-05-06 | wiki: Link to output backdrop-color from overview {} | Ivan Molodetskikh | |
| 2025-05-06 | Add layout background-color setting | Ivan Molodetskikh | |
| 2025-05-06 | Implement place-within-backdrop layer rule | Ivan Molodetskikh | |
| 2025-05-06 | wiki: Mention Overview behavior on layer-shell page | Ivan Molodetskikh | |
| 2025-05-06 | wiki: Clarify FAQ question about border with background | Ivan Molodetskikh | |
| 2025-05-05 | wiki: Add Since to numlock | Ivan Molodetskikh | |
| 2025-05-01 | wiki: Clarify how key bindings are resolved | Ivan Molodetskikh | |
| 2025-05-01 | wiki: Remove "experimental" from custom shaders | Ivan Molodetskikh | |
| They've been around for a while. | |||
| 2025-05-01 | Adjust the workspace shadow defaults some more | Ivan Molodetskikh | |
| 2025-05-01 | Normalize workspace shadows to 1080 px tall screen, adjust defaults | Ivan Molodetskikh | |
| Workspace gaps are dependent on screen size, so it makes sense to make shadows depend on the screen size to, to avoid them filling more or less of the gap. | |||
| 2025-05-01 | Add workspace-shadow {} config to overview {} | Ivan Molodetskikh | |
| 2025-05-01 | wiki: Use subheadings for overview settings | Ivan Molodetskikh | |
| 2025-04-30 | chore(wiki): document numlock setting | erdii | |
| Co-Authored-By: Ivan Molodetskikh <yalterz@gmail.com> Signed-off-by: erdii <me@erdii.engineering> | |||
| 2025-04-28 | wiki: Update backdrop-color examples | Ivan Molodetskikh | |
| 2025-04-28 | Add backdrop-color setting to overview {} | Ivan Molodetskikh | |
| 2025-04-28 | wiki: Rename Configuration: Overview page to Introduction | Ivan Molodetskikh | |
| 2025-04-26 | Steam Black Screen system-composer | Mitchel Stewart | |
| 2025-04-25 | wiki/Overview: Mention backdrop-color | Ivan Molodetskikh | |
| 2025-04-25 | wiki: Document backdrop-color and overview-open-close animation | Ivan Molodetskikh | |
| 2025-04-25 | Document the Overview and other new things | Ivan Molodetskikh | |
| 2025-04-01 | wiki: Document baba-is-float | Ivan Molodetskikh | |
| 2025-03-31 | wiki: Remove excessive links | Ivan Molodetskikh | |
| 2025-03-31 | Allow negative shadow spread | LunarEclipse | |
| 2025-03-31 | Improved layout shadow documentation | LunarEclipse | |
| 2025-03-29 | wiki: fix typo natuilus -> nautilus | peelz | |
| 2025-03-29 | Add option 'focus-at-startup' to focus a chosen output on start (#1323) | lualeet | |
| * Implement default-output * Fix incorrect wiki string * Center mouse on start * Move default-output to Output.focus-at-startup * fixes --------- Co-authored-by: lualeet <lualeet@null.null> Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
| 2025-03-29 | wiki: Document Steam black screen workaround | Ivan Molodetskikh | |
| 2025-03-26 | wiki: Mention file chooser dependency and settings for portals (#1344) | Gavin Zhao | |
| * wiki: Mention file chooser dependency and settings for portals * Update wiki/Important-Software.md Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
| 2025-03-26 | wiki: Documented flags for Electron based applications (#1302) | Ivan Chernov | |
| * wiki: Documented flags for Electron based applications * Update wiki/Application-Issues.md Co-authored-by: Kent Daleng <lolexplode@gmail.com> * wiki: remove Arch specific files for Electron * Apply suggestions from code review --------- Co-authored-by: Kent Daleng <lolexplode@gmail.com> Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
| 2025-03-25 | wiki: Document window rule for steam notifications (#1341) | Maya Nordland | |
| * wiki: Document window rule for steam notifications * Update wiki/Application-Issues.md --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
