aboutsummaryrefslogtreecommitdiff
path: root/wiki
AgeCommit message (Collapse)Author
2025-01-17Implement window shadowsIvan Molodetskikh
2025-01-13Highlight that the path in niri.service should be checked (#962)mrheinen
* Highlight that the path in niri.service should be checked Having just installed niri I ran into this issue. When building from source on Ubuntu the install location using the instructions in this document is /usr/local//bin/niri. However niri.service pointed to /usr/bin/niri so my session would not start at all. Hopefully this update helps * Update wiki/Getting-Started.md --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
2025-01-11wiki: Add missing periodIvan Molodetskikh
2025-01-11wiki: Document version string in PackagingIvan Molodetskikh
2025-01-11wiki: Add Packaging niri pageIvan Molodetskikh
2025-01-10wiki: Put version in Since: next releaseIvan Molodetskikh
2025-01-05Set is-active-in-column to true for unmapped windows (#934)Frans Skarman
* Set is-active-in-column to true for unmapped windows * Update wiki/Configuration:-Window-Rules.md --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
2025-01-04Default to unrestricted primary plane scanoutIvan Molodetskikh
2025-01-03wiki: Update default hotkeysIvan Molodetskikh
2025-01-03wiki: Update the layer-shell components pageIvan Molodetskikh
2025-01-03wiki: Expand application issues a bitIvan Molodetskikh
2025-01-03wiki/Xwayland: Add a labwc sectionIvan Molodetskikh
2025-01-03wiki/Xwayland: Clarify xwayland-satelliteIvan Molodetskikh
2025-01-02Add `Mouse{Left,Right,Middle,Back,Forward}` bindsbbb651
2024-12-30Add default-floating-position relative-to propertyIvan Molodetskikh
2024-12-30Implement default-window-height for scrolling windowsIvan Molodetskikh
2024-12-30Disable double-resize-click for floating windowsIvan Molodetskikh
2024-12-30Add default-floating-position window ruleIvan Molodetskikh
2024-12-30wiki: Add some floating window documentationIvan Molodetskikh
2024-12-30Implement is-floating window rule matcherIvan Molodetskikh
2024-12-30Implement default-window-height window ruleIvan Molodetskikh
Only works for floats that aren't initially fullscreen atm.
2024-12-30Add open-focused window ruleIvan Molodetskikh
2024-12-30wiki: Update Firefox window rules to match non-FlatpakIvan Molodetskikh
2024-12-30wiki: Clarify that preset width doesn't take borders into account only in tilingIvan Molodetskikh
2024-12-30wiki: Document new floating window rule and gestureIvan Molodetskikh
2024-12-23Update Configuration:-Key-Bindings.md (#893)Nathan
* Update Configuration:-Key-Bindings.md Added Leve5 notes with scant instruction on how to use. * Update wiki/Configuration:-Key-Bindings.md --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
2024-12-17Add force-pipewire-invalid-modifier debug flagIvan Molodetskikh
2024-12-15wiki: Change Since 0.1.11 to Since next releaseIvan Molodetskikh
2024-11-29Add strict-new-window-focus-policy debug flagIvan Molodetskikh
2024-11-29Implement empty-workspace-above-first (#745)FluxTape
* Implement empty-workspace-above-first option * add two failing tests * fix interactive_move_onto_empty_output_ewaf and interactive_move_onto_first_empty_workspace tests * Add two failing ewaf option toggle tests * Fix adding/removing first empty workspace on option toggle * Don't remove first empty workspace if focused * Stop workspace switch when enabling ewaf * layout/monitor: Offset workspace switch on adding workspace above * Fix some initial active workspace ids with ewaf * wiki: Document empty-workspace-above-first --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
2024-11-25wiki: Add animation timing pageIvan Molodetskikh
2024-11-21wiki: Link layer rules from block-out-from window rulesIvan Molodetskikh
2024-11-21wiki: Add Since to layer rulesIvan Molodetskikh
2024-11-14Implement layer rules: opacity and block-out-fromIvan Molodetskikh
2024-11-12wiki/sidebar: Update application issues titleIvan Molodetskikh
2024-11-11wiki: Mention Ghidra in application issuesIvan Molodetskikh
2024-11-09wiki: Add scroll-button to mouse and touchpad overviewIvan Molodetskikh
2024-11-09wiki: Remove outdated info from Application IssuesIvan Molodetskikh
2024-11-09wiki: Mention Xwayland on other pagesIvan Molodetskikh
2024-11-08wiki: Update getting startedIvan Molodetskikh
2024-11-06Add disable-monitor-names debug flagIvan Molodetskikh
2024-11-05Disable laptop panel when the lid is closedIvan Molodetskikh
2024-11-03wiki: Add Since to switch eventsIvan Molodetskikh
2024-11-03wiki: Add trackball section to config overviewIvan Molodetskikh
2024-11-03wiki: Add Since to scroll-buttonIvan Molodetskikh
2024-11-03wiki: Mention insert-hint config on the gestures pageIvan Molodetskikh
2024-11-03wiki: Add Since to scroll-factorIvan Molodetskikh
2024-11-03Implement scroll_factor mouse and touchpad setting (#730)elipp
* Implement scroll_factor mouse and touchpad setting * Change to FloatOrInt, add docs * Also change v120 values --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
2024-11-02Add Tracy allocation profiling feature flagIvan Molodetskikh
2024-11-02Add gradient support for the insert hintIvan Molodetskikh
Implement it via FocusRing which already handles SolidColor vs. Border render element.