about summary refs log tree commit diff stats
path: root/modules/by-name/ri/river/keymap.nix (follow)
Commit message (Collapse)AuthorAge
* modules/river/keymap: Add missing `mkSpwan` arguments primeBenedikt Peetz2 days
|
* modules/river/keymap: Use `let .. in` instead of `rec`Benedikt Peetz2 days
| | | | | `rec` can't handle the quoted reference to the attribute set (`<LEFT_SUPER>`).
* modules/river/keymap: Also mark lock as `once`Benedikt Peetz2 days
|
* modules/river/keymap: Don't duplicate commands, use aliases insteadBenedikt Peetz2 days
|
* modules/river/keymap: Avoid providing a function for each argBenedikt Peetz2 days
|
* modules/river: Mark more run commands as `once`Benedikt Peetz2 days
|
* {modules/river,pkgs/river-mk-keymap}: Support `once` key mappingsBenedikt Peetz3 days
| | | | | Otherwise, the prompt for the new screenshot is overshadowed by the normal key mappings in the `run` mode.
* modules/river/keymap: Avoid Ctrl in keymapsBenedikt Peetz3 days
| | | | This is hard to type
* modules/river: Fix minor keymap config-file mistakesBenedikt Peetz5 days
|
* {modules/river,pkgs/river-mk-keymap}: Support keymap descriptionsBenedikt Peetz5 days
| | | | That just avoids the visual clutter, caused by the nix store paths.
* modules/river: Use the same keymap for both tiamat and apzuBenedikt Peetz5 days
This avoids bit-rot in apzu's key mappings and maybe helps me to actually learn all the possible key mappings.