aboutsummaryrefslogtreecommitdiff
path: root/wiki
AgeCommit message (Collapse)Author
2025-03-16ci/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-15wiki: Add a Screencasting pageIvan Molodetskikh
2025-03-15Use 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-13Add tiled-state window rule, update the tiled state liveIvan Molodetskikh
2025-03-13feat(trackpoint): document left-handed optiondbeley
2025-03-10feat: 🎉 add `show-pointer` for `Screenshot` and `ScreenshotScreen`Toby Bridle
2025-03-08Added missing "Since: 25.02" to clipboard config documentationLunarEclipse
2025-03-08wiki: Document toggle-keyboard-shortcuts-inhibit and allow-inhibitingIvan Molodetskikh
2025-03-08wiki: Add since to toggle-window-rule-opacityIvan Molodetskikh
2025-03-08wiki: Update the wording on the configuration breaking change policyIvan Molodetskikh
2025-03-02Allow 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-01Added 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-28wiki/FAQ: Remove mention of Waybar popupsIvan Molodetskikh
This had been fixed a while ago.
2025-02-27wiki: 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-26Add honor-xdg-activation-with-invalid-serial debug flagIvan Molodetskikh
2025-02-26wiki: Add off to touch {}Ivan Molodetskikh
2025-02-22wiki: Add gestures to the list in configuration overviewIvan Molodetskikh
2025-02-21Bump version to 25.02Ivan Molodetskikh
2025-02-20wiki: Add Since to xkb fileIvan Molodetskikh
2025-02-20wiki: Mention screenshow-screen/window write-to-disk=falseIvan Molodetskikh
2025-02-19Change default DnD scroll delay-ms to 100Ivan Molodetskikh
2025-02-16Fix link in Application-Issues.mdDavid
2025-02-16wiki: Document the DnD edge view scroll gesture and configIvan Molodetskikh
2025-02-15Slightly clearer wording in Tabs.mdw-jablonski
2025-02-14wiki: Document calibration-matrixIvan Molodetskikh
2025-02-13Implement custom hotkey overlay titlesIvan Molodetskikh
2025-02-12tab indicator: Add corner-radius settingIvan Molodetskikh
2025-02-11wiki: Add Since to drag-lockIvan Molodetskikh
2025-02-11wiki: Add note that is-window-cast-target doesn't match monitor castsIvan Molodetskikh
2025-02-11wiki: Move sentence to a better spotIvan Molodetskikh
2025-02-11Implement is-window-cast-target window rule matcherIvan Molodetskikh
2025-02-11wiki: Add a page for tabsIvan Molodetskikh
2025-02-11wiki: 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-10tab indicator: Add gaps-between-tabsIvan Molodetskikh
2025-02-10tab indicator: Implement place-within-column settingIvan Molodetskikh
2025-02-10wiki: Add hide-when-single-tab to default-column-display exampleIvan Molodetskikh
2025-02-10wiki: Document tab indicatorsIvan Molodetskikh
2025-02-10Add default-column-display window ruleIvan Molodetskikh
2025-02-10Implement tabbed column display modeIvan Molodetskikh
2025-02-05input: add touchpad `drag-lock` settingMathias Zhang
2025-02-04wiki: Fix copy-paste typoIvan Molodetskikh
2025-02-02document 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-31Take border into account for fixed preset-column-width for tiled windowsIvan Molodetskikh
2025-01-31wiki: Remove foot mentionIvan Molodetskikh
This issue has been fixed in foot.
2025-01-30add 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-29layout: Do not update original output for named workspaces upon adding windowsIvan 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-29wiki/named-workspaces: Mention un/set-workspace-nameIvan Molodetskikh
2025-01-25wiki: Add clipboard sectionIvan Molodetskikh
2025-01-23Add `scroll-factor` window rulebbb651
2025-01-23Add toggle-window-rule-opacity actionIvan Molodetskikh