1
1
Fork 0

search: modify niri shortcut

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-02-18 09:06:24 -06:00
parent f15237b2ee
commit bfa69c6da1
Signed by: Myned
GPG key ID: C7224454F7881A34
2 changed files with 2 additions and 2 deletions

View file

@ -170,7 +170,7 @@ case "$1" in
url="https://nixpk.gs/pr-tracker.html?pr="
query="${1:4}"
;;
'nri '*)
'nii '*)
label="Niri Issues"
icon="com.github.zren.bugzilla"
url="https://github.com/YaLTeR/niri/issues?q=is%3Aissue+is%3Aopen+"

View file

@ -234,7 +234,7 @@ in {
{
name = "Niri Issues";
shortcut = "nri";
shortcut = "nii";
url = "https://github.com/YaLTeR/niri/issues?q=is%3Aissue+is%3Aopen+{searchTerms}";
}