| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-16 | ci/wiki: check that (local) links are well formed (#1282) | Kent Daleng | |
| * add check-links step, fix some links * don't depend on build right now * fix fragment * reintroduce dependency for build * don't only check links on push to main * maybe this is a more sensible dependency tree for this stuff * change commented suggestions, try v2.0.2 for action * describe why we're on v2.0.2 * revert to %E2%80%90 (works with lychee anyway) | |||
| 2025-03-15 | wiki: Add a Screencasting page | Ivan Molodetskikh | |
| 2025-03-15 | Use anchors on the wiki (#1266) | Kent Daleng | |
| * wiki testing * wiki updates * use .md with anchors, revert sidebar * bump wiki action * add some more anchors, fix some language * change links to be more descriptive by themselves | |||
| 2025-03-13 | Add tiled-state window rule, update the tiled state live | Ivan Molodetskikh | |
| 2025-03-13 | feat(trackpoint): document left-handed option | dbeley | |
| 2025-03-10 | feat: 🎉 add `show-pointer` for `Screenshot` and `ScreenshotScreen` | Toby Bridle | |
| 2025-03-08 | Added missing "Since: 25.02" to clipboard config documentation | LunarEclipse | |
| 2025-03-08 | wiki: Document toggle-keyboard-shortcuts-inhibit and allow-inhibiting | Ivan Molodetskikh | |
| 2025-03-08 | wiki: Add since to toggle-window-rule-opacity | Ivan Molodetskikh | |
| 2025-03-08 | wiki: Update the wording on the configuration breaking change policy | Ivan Molodetskikh | |
| 2025-03-02 | Allow disabling tap-and-drag (#1107) | Alex David | |
| * Allow disabling tap-and-drag Similar to https://github.com/YaLTeR/niri/pull/1088, this adds a new touchpad `drag` configuration option that configures tap-and-drag behavior. Currently tap-and-drag is always enabled when the `tap` setting is enabled, but other compositors allow setting this separately. * Update wiki/Configuration:-Input.md --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
| 2025-03-01 | Added top, left, bottom and right floating windows alignement (#1169) | Martino Ferrari | |
| * feat: added top, left, bottom, right alignement options * feat: implemented extra alignement * feat: added example * doc: updated documentation with extra alignements * doc: moved example in wiki and typo correction * fix: relative position should be positive and not negative * fixes --------- Co-authored-by: Martino Ferrari <martinogiordano.ferrari@iter.org> Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
| 2025-02-28 | wiki/FAQ: Remove mention of Waybar popups | Ivan Molodetskikh | |
| This had been fixed a while ago. | |||
| 2025-02-27 | wiki: remove wezterm issues (#1182) | lanastara | |
| * wiki: added note about nightly wezterm * Update wiki/Application-Issues.md --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
| 2025-02-26 | Add honor-xdg-activation-with-invalid-serial debug flag | Ivan Molodetskikh | |
| 2025-02-26 | wiki: Add off to touch {} | Ivan Molodetskikh | |
| 2025-02-22 | wiki: Add gestures to the list in configuration overview | Ivan Molodetskikh | |
| 2025-02-21 | Bump version to 25.02 | Ivan Molodetskikh | |
| 2025-02-20 | wiki: Add Since to xkb file | Ivan Molodetskikh | |
| 2025-02-20 | wiki: Mention screenshow-screen/window write-to-disk=false | Ivan Molodetskikh | |
| 2025-02-19 | Change default DnD scroll delay-ms to 100 | Ivan Molodetskikh | |
| 2025-02-16 | Fix link in Application-Issues.md | David | |
| 2025-02-16 | wiki: Document the DnD edge view scroll gesture and config | Ivan Molodetskikh | |
| 2025-02-15 | Slightly clearer wording in Tabs.md | w-jablonski | |
| 2025-02-14 | wiki: Document calibration-matrix | Ivan Molodetskikh | |
| 2025-02-13 | Implement custom hotkey overlay titles | Ivan Molodetskikh | |
| 2025-02-12 | tab indicator: Add corner-radius setting | Ivan Molodetskikh | |
| 2025-02-11 | wiki: Add Since to drag-lock | Ivan Molodetskikh | |
| 2025-02-11 | wiki: Add note that is-window-cast-target doesn't match monitor casts | Ivan Molodetskikh | |
| 2025-02-11 | wiki: Move sentence to a better spot | Ivan Molodetskikh | |
| 2025-02-11 | Implement is-window-cast-target window rule matcher | Ivan Molodetskikh | |
| 2025-02-11 | wiki: Add a page for tabs | Ivan Molodetskikh | |
| 2025-02-11 | wiki: describe running games with gamescope (#1112) | Mikołaj Lercher | |
| * wiki: describe running games with gamescope * Update wiki/Application-Issues.md --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
| 2025-02-10 | tab indicator: Add gaps-between-tabs | Ivan Molodetskikh | |
| 2025-02-10 | tab indicator: Implement place-within-column setting | Ivan Molodetskikh | |
| 2025-02-10 | wiki: Add hide-when-single-tab to default-column-display example | Ivan Molodetskikh | |
| 2025-02-10 | wiki: Document tab indicators | Ivan Molodetskikh | |
| 2025-02-10 | Add default-column-display window rule | Ivan Molodetskikh | |
| 2025-02-10 | Implement tabbed column display mode | Ivan Molodetskikh | |
| 2025-02-05 | input: add touchpad `drag-lock` setting | Mathias Zhang | |
| 2025-02-04 | wiki: Fix copy-paste typo | Ivan Molodetskikh | |
| 2025-02-02 | document interaction between hide-when-typing and wine wayland (#1076) | Jesse Hallett | |
| * document interaction between hide-when-typing and wine wayland * Update wiki/Configuration:-Miscellaneous.md --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
| 2025-01-31 | Take border into account for fixed preset-column-width for tiled windows | Ivan Molodetskikh | |
| 2025-01-31 | wiki: Remove foot mention | Ivan Molodetskikh | |
| This issue has been fixed in foot. | |||
| 2025-01-30 | add option to set xkb config from file (#1062) | may | |
| * add option to set xkb config from file * Apply suggestions from code review --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
| 2025-01-29 | layout: Do not update original output for named workspaces upon adding windows | Ivan Molodetskikh | |
| The way named workspaces are generally used makes them more "attached" to their original output. For example, you have a two-monitor setup with named workspaces on both. When you disconnect the monitor to go somewhere and work for a while, then return, you probably want your named workspaces to return to where they were on your second monitor. This is in contrast to unnamed workspaces which are more transient and should more easily follow you wherever you're working. | |||
| 2025-01-29 | wiki/named-workspaces: Mention un/set-workspace-name | Ivan Molodetskikh | |
| 2025-01-25 | wiki: Add clipboard section | Ivan Molodetskikh | |
| 2025-01-23 | Add `scroll-factor` window rule | bbb651 | |
| 2025-01-23 | Add toggle-window-rule-opacity action | Ivan Molodetskikh | |
