about summary refs log tree commit diff stats
path: root/pkgs/by-name/ri (follow)
Commit message (Collapse)AuthorAge
* {modules/river,pkgs/river-mk-keymap}: Support `once` key mappingsBenedikt Peetz4 days
| | | | | Otherwise, the prompt for the new screenshot is overshadowed by the normal key mappings in the `run` mode.
* treewide: UpdateBenedikt Peetz5 days
|
* {modules/river,pkgs/river-mk-keymap}: Support keymap descriptionsBenedikt Peetz6 days
| | | | That just avoids the visual clutter, caused by the nix store paths.
* pkgs/river-mk-keymap: Don't emit duplicate key mappingsBenedikt Peetz6 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 Peetz6 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 Peetz6 days
|
* treewide: UpdateBenedikt Peetz2025-06-16
|
* treewide: UpdateBenedikt Peetz2025-06-06
|
* modules/river: Move the `river-start` package into the moduleBenedikt Peetz2025-05-30
| | | | | The package was already tied to the module (via the log file path) and as such should be in the module directory.
* treewide: UpdateBenedikt Peetz2025-05-30
| | | | This also contains a bump to 25.05.
* pkgs/{fupdate,river-mk-keymap,tskm,yambar-modules}: Use the same update.shBenedikt Peetz2025-05-16
| | | | | This `update.sh` script allows for conditional `upgrades` and its presence ensures that `nix flake update` is also ran.
* treewide: UpdateBenedikt Peetz2025-05-16
|
* 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.
* treewide: UpdateBenedikt Peetz2025-04-25
|
* treewide: UpdateBenedikt Peetz2025-04-19
|
* build(treewide): UpdateBenedikt Peetz2025-04-09
|
* build(treewide): UpdateBenedikt Peetz2025-03-29
|
* build(treewide): UpdateBenedikt Peetz2025-03-03
|
* build(treewide): UpdateBenedikt Peetz2025-02-22
|
* fix(pkgs/river-start): Create a wrapper script for river to store logsBenedikt Peetz2025-02-03
|
* refactor(modules/river): Migrate to `by-name`Benedikt Peetz2025-02-02
This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.)