| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-06-01 | README: Update Configuration link | Ivan Molodetskikh | |
| 2025-05-25 | Bump version to 25.05.1 | Ivan Molodetskikh | |
| 2025-05-25 | Rename Un/Set/ToggleUrgent to Un/Set/ToggleWindowUrgent | Ivan Molodetskikh | |
| Overlooked this when reviewing. This change is not cfg-breaking (since you can't bind these directly), but it does break calling these actions through IPC. I don't imagine they are widely used though, and the original PR author who also implemented urgency for bars said he didn't use these actions either. | |||
| 2025-05-25 | wiki: Remove note about numlock issue | Ivan Molodetskikh | |
| It's been fixed. | |||
| 2025-05-23 | Account for hidden pointer in move_cursor() | Ivan Molodetskikh | |
| 2025-05-23 | Set pointer contents straight to nothing when disabling pointer | Ivan Molodetskikh | |
| 2025-05-23 | input: do not revert fully invisible cursor to hidden (#1650) | Duncan Overbruck | |
| * input: do not force redraw to hide an already hidden cursor * more --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
| 2025-05-22 | Update Smithay (pen tilt, num lock, keymap spam) | Ivan Molodetskikh | |
| 2025-05-22 | layer-shell: only reset 'initial_configure_sent' for mapped surfaces | alex-huff | |
| 2025-05-22 | layer-shell: don't dismiss popups because of unmapped layer surfaces | alex-huff | |
| Fixes #1640 | |||
| 2025-05-22 | wiki/packaging: Mention RUN_SLOW_TESTS | Ivan Molodetskikh | |
| 2025-05-22 | wiki/packaging: Document limiting test threads | Ivan Molodetskikh | |
| 2025-05-22 | input: Add missing check for output under | Ivan Molodetskikh | |
| 2025-05-21 | input: Add missing redraws on urgency actions | Ivan Molodetskikh | |
| The layout urgent colors update even without window rule changes. | |||
| 2025-05-21 | layer-shell: properly handle re-map | alex-huff | |
| According to the zwlr_layer_surface_v1 documentation: Unmapping a layer_surface means that the surface cannot be shown by the compositor until it is explicitly mapped again. The layer_surface returns to the state it had right after layer_shell.get_layer_surface. The client can re-map the surface by performing a commit without any buffer attached, waiting for a configure event and handling it as usual. Before this commit, no configure event was sent when a client performed a commit without any buffer attached. | |||
| 2025-05-19 | Improve comment in on-demand layer-shell keyboard alive check | Ivan Molodetskikh | |
| 2025-05-17 | Update README.md | Ivan Molodetskikh | |
| 2025-05-17 | wiki/Overview: Link the new video | Ivan Molodetskikh | |
| 2025-05-17 | Stop including broken LFS files in source tarball | Federico Ceratto | |
| 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-16 | Update dependencies more carefully | Ivan Molodetskikh | |
| No winit deadlock in this update. | |||
| 2025-05-16 | Revert "Update dependencies" | Ivan Molodetskikh | |
| Something is causing winit deadlock on nested niri exit. This reverts commit 2ae99224abadd9245f0c55f5842e4a554bdb765e. This reverts commit 0d6843ea67da91aea37b655be5de92dfeea081b5. | |||
| 2025-05-16 | Update dependencies | Ivan Molodetskikh | |
| 2025-05-16 | Deal with new Clippy warnings | Ivan Molodetskikh | |
| 2025-05-15 | ipc/client: Make compositor version check for JSON parsing errors | Ivan Molodetskikh | |
| These can happen when adding new fields to returned structs. | |||
| 2025-05-13 | Update dependencies | Ivan Molodetskikh | |
| 2025-05-13 | layout: Fix workspace swipe to same workspace forgetting previous id | Ivan Molodetskikh | |
| This manifested much more prominently in the overview. | |||
| 2025-05-12 | dependabot: Change to weekly | Ivan Molodetskikh | |
| Let's see if this fixes it missing from the GitHub UI. | |||
| 2025-05-12 | wiki: Add Since for touchpad drag | Ivan Molodetskikh | |
| 2025-05-12 | Add center-visible-columns action | Ivan Molodetskikh | |
| 2025-05-12 | build(deps): bump clap in the rust-dependencies group | dependabot[bot] | |
| Bumps the rust-dependencies group with 1 update: [clap](https://github.com/clap-rs/clap). Updates `clap` from 4.5.37 to 4.5.38 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.37...clap_complete-v4.5.38) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.38 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2025-05-12 | Implement baba-is-float for layers | Ivan Molodetskikh | |
| 2025-05-12 | Add missing "to" in comment | Ivan Molodetskikh | |
| 2025-05-11 | ipc/socket: Support multiple requests | Ivan Molodetskikh | |
| 2025-05-11 | ipc: document the new socket behavior | Jon Heinritz | |
| 2025-05-11 | ipc: support long living sockets | Jon Heinritz | |
| 2025-05-10 | Print urgent status in niri msg windows | 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-10 | add WindowUrgencyChanged ipc event | Duncan Overbruck | |
| 2025-05-10 | add {toggle,set,unset}-urgent cli actions | Duncan Overbruck | |
| 2025-05-10 | add urgent border color and gradient | Duncan Overbruck | |
| 2025-05-10 | add workspace urgency ipc event | Duncan Overbruck | |
| 2025-05-10 | add window urgency through xdg-activation-v1 | Duncan Overbruck | |
| urgency is done through activation requests without a serial from a previous interaction. https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/150 | |||
