aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-08-27config: Clean up animations struct namesIvan Molodetskikh
2025-08-27config: Move workspace into its own moduleIvan Molodetskikh
2025-08-27config: CleanupIvan Molodetskikh
2025-08-27config: Move leftover input tests to inputIvan Molodetskikh
2025-08-27config: Extract miscIvan Molodetskikh
2025-08-27config: Move some stuff to utilsIvan Molodetskikh
2025-08-27config: Extract bindsIvan Molodetskikh
2025-08-27Move Position/SizeChange parsing tests to niri-ipcIvan Molodetskikh
2025-08-27config: Extract debugIvan Molodetskikh
2025-08-27config: Extract gesturesIvan Molodetskikh
2025-08-27config: Extract appearance and layoutIvan Molodetskikh
2025-08-27config: Extract outputIvan Molodetskikh
2025-08-27config: Extract inputIvan Molodetskikh
2025-08-27config: Extract animationsIvan Molodetskikh
2025-08-27config: Extract window_ruleIvan Molodetskikh
2025-08-27pw_utils: Add session/stream id to logsIvan Molodetskikh
Signed-off-by: Ivan Molodetskikh <yalterz@gmail.com>
2025-08-27Fix focus=false for move-column-to-workspace*, add to ↵gibberish
move-window-to-workspace-up/down
2025-08-27wiki/Accessibility: Add link to spawn-at-startupIvan Molodetskikh
2025-08-26wiki/Accessibility: Add missing SinceIvan Molodetskikh
2025-08-26wiki: Add Accessibility pageIvan Molodetskikh
2025-08-26Bump dependenciesIvan Molodetskikh
2025-08-26Save & restore num lock across layout changesIvan Molodetskikh
In particular, this makes the numlock option work with locale1.
2025-08-26input: Don't hide overlays on a11y-consumed key pressesIvan Molodetskikh
2025-08-26Remove redundant commentIvan Molodetskikh
2025-08-26Implement screen reader announcements via AccessKitIvan Molodetskikh
2025-08-26ui/hotkey_overlay: Reorganize bind formatting logic a bitIvan Molodetskikh
Let the caller call tail functions.
2025-08-25wiki/Gestures: Mention 4-finger swipe to open/close the overviewIvan Molodetskikh
2025-08-25nix: add `cargo-insta` to devShellsHigherOrderLogic
2025-08-24tty: Don't print successful max bpc/HDRIvan Molodetskikh
These are not really that useful
2025-08-24feat: reset HDR connector propertiesMichael Yang
2025-08-22wiki/Design-Principles: Clarify sentenceIvan Molodetskikh
2025-08-22wiki: Rearrange and expand design principlesIvan Molodetskikh
2025-08-22wiki/Animation-Timing: Add two nbspsIvan Molodetskikh
The 170 Hz one was at the exact breaking point for me.
2025-08-22exit_confirm_dialog: Add open/close animationIvan Molodetskikh
2025-08-22exit_confirm_dialog: Add backdropIvan Molodetskikh
Makes it more obvious that the focus is taken by the dialog. Makes it easier to tell if you're about to close nested vs. host compositor.
2025-08-22exit_confirm_dialog: Return ArrayVec and add render elementsIvan Molodetskikh
2025-08-21Unfocus layout when exit confirm dialog is openIvan Molodetskikh
Screen readers expect closing a modal dialog to reannounce the previous focus. This makes the exit confirm dialog more modal in this sense: it will unfocus the layout and then focus it back when closed, giving the desired behavior.
2025-08-21wiki/Application-Issues: Mention Waybar black cornersIvan Molodetskikh
2025-08-21Simplify/deduplicate hot corner computationIvan Molodetskikh
2025-08-21Move fallibility inside ExitConfirmDialogIvan Molodetskikh
Makes it less annoying on the outside.
2025-08-21Allow clippy::new_without_defaultIvan Molodetskikh
It's more annoying than useful
2025-08-20Rename spawn-at-startup-sh => spawn-sh-at-startupIvan Molodetskikh
Makes a bit more sense
2025-08-20default-config: Mark orca as allow-when-lockedIvan Molodetskikh
Consistent with GNOME. Move down so allow-when-locked explanation is above.
2025-08-20Add spawn-sh, spawn-at-startup-shIvan Molodetskikh
Our top 10 most confusing config moments
2025-08-19CI: Move feature combinations off the docs critical pathIvan Molodetskikh
Make docs deploy faster. Also don't build --release separately, it's covered by the randomized-tests job.
2025-08-19Update dependenciesIvan Molodetskikh
2025-08-19Update Smithay and fix two unused upscale() callsIvan Molodetskikh
Uh oh. I can't come up with an easy way to test these, so let's just hope that before they were broken and now they work fine?..
2025-08-19README: Link awesome-niriIvan Molodetskikh
2025-08-19wiki/Getting-Started: Mention DEs and shellsIvan Molodetskikh
2025-08-19configure section permalinksKent Daleng