about summary refs log tree commit diff stats
path: root/pkgs/by-name/ri/river-mk-keymap/src (follow)
Commit message (Collapse)AuthorAge
* {modules/river,pkgs/river-mk-keymap}: Support `once` key mappingsBenedikt Peetz5 days
| | | | | Otherwise, the prompt for the new screenshot is overshadowed by the normal key mappings in the `run` mode.
* {modules/river,pkgs/river-mk-keymap}: Support keymap descriptionsBenedikt Peetz7 days
| | | | That just avoids the visual clutter, caused by the nix store paths.
* pkgs/river-mk-keymap: Don't emit duplicate key mappingsBenedikt Peetz7 days
| | | | | | Ideally, the key mapping generation code would not produce duplicates in the first place, but sorting them out is also okay (considering the rather low number of key mappings.)
* pkgs/river-mk-keymap: Support a dry-run modeBenedikt Peetz7 days
| | | | | This can be used to check that the keymap.json file is valid, before deploying it.
* pkgs/river-mk-keymap: Improve with key-chord support and which-key interfaceBenedikt Peetz7 days
|
* treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz2025-04-27
| | | | This change also ensures that this repo is reuse-3.0 compliant.
* refactor(modules/river): Migrate to `by-name`Benedikt Peetz2025-02-02
This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.)