aboutsummaryrefslogtreecommitdiff
path: root/wiki
AgeCommit message (Collapse)Author
2025-06-11Add 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-07Implement xwayland-satellite integrationIvan Molodetskikh
2025-06-05wiki: Add Since to hide-not-boundIvan Molodetskikh
2025-06-03add 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-03Add 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-01wiki/Xwayland: Remove the scary "experimental" word from xwl-sIvan Molodetskikh
2025-05-25wiki: Remove note about numlock issueIvan Molodetskikh
It's been fixed.
2025-05-22wiki/packaging: Mention RUN_SLOW_TESTSIvan Molodetskikh
2025-05-22wiki/packaging: Document limiting test threadsIvan Molodetskikh
2025-05-17wiki/Overview: Link the new videoIvan Molodetskikh
2025-05-17Bump version to 25.05Ivan Molodetskikh
2025-05-17wiki/Overview: Update wordingIvan Molodetskikh
2025-05-17wiki: Link to issue in numlockIvan Molodetskikh
https://github.com/YaLTeR/niri/issues/1501
2025-05-12wiki: Add Since for touchpad dragIvan Molodetskikh
2025-05-12Implement baba-is-float for layersIvan Molodetskikh
2025-05-10Add is-urgent window rule matcherIvan Molodetskikh
2025-05-10Add urgent color support to tab indicatorsIvan Molodetskikh
2025-05-10wiki: Document urgent-colorIvan Molodetskikh
2025-05-06wiki: Fix Until note locationIvan Molodetskikh
2025-05-06wiki: Clarify that layers within backdrop ignore inputIvan Molodetskikh
2025-05-06wiki: Link to output backdrop-color from overview {}Ivan Molodetskikh
2025-05-06Add layout background-color settingIvan Molodetskikh
2025-05-06Implement place-within-backdrop layer ruleIvan Molodetskikh
2025-05-06wiki: Mention Overview behavior on layer-shell pageIvan Molodetskikh
2025-05-06wiki: Clarify FAQ question about border with backgroundIvan Molodetskikh
2025-05-05wiki: Add Since to numlockIvan Molodetskikh
2025-05-01wiki: Clarify how key bindings are resolvedIvan Molodetskikh
2025-05-01wiki: Remove "experimental" from custom shadersIvan Molodetskikh
They've been around for a while.
2025-05-01Adjust the workspace shadow defaults some moreIvan Molodetskikh
2025-05-01Normalize workspace shadows to 1080 px tall screen, adjust defaultsIvan 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-01Add workspace-shadow {} config to overview {}Ivan Molodetskikh
2025-05-01wiki: Use subheadings for overview settingsIvan Molodetskikh
2025-04-30chore(wiki): document numlock settingerdii
Co-Authored-By: Ivan Molodetskikh <yalterz@gmail.com> Signed-off-by: erdii <me@erdii.engineering>
2025-04-28wiki: Update backdrop-color examplesIvan Molodetskikh
2025-04-28Add backdrop-color setting to overview {}Ivan Molodetskikh
2025-04-28wiki: Rename Configuration: Overview page to IntroductionIvan Molodetskikh
2025-04-26Steam Black Screen system-composerMitchel Stewart
2025-04-25wiki/Overview: Mention backdrop-colorIvan Molodetskikh
2025-04-25wiki: Document backdrop-color and overview-open-close animationIvan Molodetskikh
2025-04-25Document the Overview and other new thingsIvan Molodetskikh
2025-04-01wiki: Document baba-is-floatIvan Molodetskikh
2025-03-31wiki: Remove excessive linksIvan Molodetskikh
2025-03-31Allow negative shadow spreadLunarEclipse
2025-03-31Improved layout shadow documentationLunarEclipse
2025-03-29wiki: fix typo natuilus -> nautiluspeelz
2025-03-29Add 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-29wiki: Document Steam black screen workaroundIvan Molodetskikh
2025-03-26wiki: 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-26wiki: 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-25wiki: 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>