aboutsummaryrefslogtreecommitdiff
path: root/wiki
AgeCommit message (Collapse)Author
2024-07-02Add install location instructions for manual installation (#489)Nick Hastings
* wiki: Update install location instructions Provide file install destinations for both packages and manual installations. * wiki: split install instructions into two sections * Update wiki/Getting-Started.md Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> * Update wiki/Getting-Started.md Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> * Update wiki/Getting-Started.md Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> * Update wiki/Getting-Started.md Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> * Update wiki/Getting-Started.md Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
2024-06-28add-in-wiki-xwayland-run-as-a-solution-to-run-X-apps (#477)Salman Farooq
2024-06-28Implement support for `$NIRI_CONFIG` environment variablesodiboo
2024-06-28wiki: Fix `$XDG_CONFIG_HOME/.config/` that should be `$XDG_CONFIG_HOME/`sodiboo
2024-06-28wiki: Add rounded corners to the FAQIvan Molodetskikh
2024-06-28wiki: Fix linksIvan Molodetskikh
2024-06-28wiki: Mention wait for completion NVIDIA flickering workaroundIvan Molodetskikh
2024-06-27Fix dead links and add FAQ entry (#475)aspizu
* Fix dead links and add FAQ entry * Update wiki/FAQ.md Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> * Update wiki/Important-Software.md Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
2024-06-19Make tablet without specific output map to union of outputsIvan Molodetskikh
2024-06-19wiki: Mention workspace switch mouse gestureIvan Molodetskikh
2024-06-18Add regex syntax link to Configuration:-Window-Rules.mdFreeFull
2024-06-18Make scale use FloatOrIntIvan Molodetskikh
2024-06-18Refactor layout to fractional-logicalIvan Molodetskikh
Lets borders, gaps, and everything else stay pixel-perfect even with fractional scale. Allows setting fractional border widths, gaps, struts. See the new wiki .md for more details.
2024-06-18Enable fractional scalingIvan Molodetskikh
2024-06-09Fix typos (#429)Ujp8LfXBJ6wCPR
* Fix typos reported by "typos" crate https://github.com/crate-ci/typos * Ignore typo datas -> data See https://github.com/crate-ci/typos?tab=readme-ov-file#false-positives for more configureability. --------- Co-authored-by: Carl Hjerpe <git@hjerpe.xyz> Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
2024-05-29Add "off" and "disabled-on-external-mouse" properties to input devicesYuya Nishihara
This is called "events <mode>" in Sway, but we decided to use more abstracted form for consistency with the other config items. "disabled-on-external-mouse" is added only to touchpads, but there might be other devices that support this option. I think "off" also applies to keyboards, but I'm not going to add the one because we don't have libinput machinery for the keyboard config, and it's unlikely that user wants to disable _all_ keyboards. OTOH, pointer devices can be disabled per type. Perhaps, this should be revisited after implementing #371.
2024-05-26Add scroll-method property to pointer devicesYuya Nishihara
My use case is to enable middle-button scroll on my keyboard with pointing stick. The device is recognized as USB mouse.
2024-05-21wiki: Mention left-handedIvan Molodetskikh
2024-05-21wiki: Mention xwayland-satelliteIvan Molodetskikh
2024-05-18refactor: make example ready to copy and pastelpnh
2024-05-18wiki: Update different-corner-radius imageIvan Molodetskikh
2024-05-18wiki: Change two instances of Telegram to FractalIvan Molodetskikh
2024-05-18wiki: Add since to interactive resizeIvan Molodetskikh
2024-05-18wiki: Fix typoIvan Molodetskikh
2024-05-16wiki: Add since to named workspacesIvan Molodetskikh
2024-05-16Implement at-startup window ruleIvan Molodetskikh
2024-05-16wiki: Document named workspacesIvan Molodetskikh
2024-05-15wiki: Mention where to find shader compile warningsIvan Molodetskikh
2024-05-15wiki: Add expanding circle example to window-openIvan Molodetskikh
2024-05-15wiki: Add fall_and_rotate window-close custom shader exampleIvan Molodetskikh
2024-05-15Change resize shader geo size to logical pixelsIvan Molodetskikh
Consistent with the others.
2024-05-15Implement custom shader for window-openIvan Molodetskikh
2024-05-15wiki: Mention kmsro in getting startedIvan Molodetskikh
2024-05-13wiki: Expand design principles a bitIvan Molodetskikh
2024-05-12wiki: Fix custom shader examplesIvan Molodetskikh
2024-05-12wiki: Fix shader example linksIvan Molodetskikh
2024-05-12Add crossfade_or_crop_next resize shader exampleIvan Molodetskikh
2024-05-12Implement custom shader for window-close animIvan Molodetskikh
2024-05-12Add linear animation curveIvan Molodetskikh
2024-05-11Implement Mod+MMB view offset gestureIvan Molodetskikh
2024-05-11wiki: List debug key bindsIvan Molodetskikh
2024-05-11wiki: Add a few missing thingsIvan Molodetskikh
2024-05-11Add is_active_in_columnTheZoq2
Add missing ``` Fix tests
2024-05-11wiki: Add gestures pageIvan Molodetskikh
2024-05-08wiki: Add Since to do-screen-transitionIvan Molodetskikh
2024-05-07Implement do-screen-transition actionIvan Molodetskikh
2024-05-05Make output name matching case-insensitiveIvan Molodetskikh
2024-05-04wiki: Try to fix linkIvan Molodetskikh
2024-05-04wiki: Mention nixos and nvidia issues in getting startedIvan Molodetskikh
2024-05-03Add a semi-working debug-toggle-damage bindingIvan Molodetskikh