update niri keys

This commit is contained in:
Alexander Navarro 2026-02-24 12:59:31 -03:00
parent fb5e68da37
commit 602de13a4e
6 changed files with 125 additions and 154 deletions

View file

@ -2,6 +2,12 @@
//
// Example:
[
{
"label": "Run dev",
"command": "just",
"args": ["dev"],
"tags": ["just-recipe"]
},
{
"label": "LazyGit",
"command": "lazygit",
@ -15,6 +21,7 @@
"allow_concurrent_runs": true,
"use_new_terminal": true
},
{
"label": "Bun Test",
"command": "bun test",