tweaked window switcher

This commit is contained in:
Matt Nish-Lapidus 2025-04-10 10:35:16 -04:00
parent c5bfb75745
commit 1ee07c21fa
2 changed files with 16 additions and 16 deletions

View file

@ -1,2 +1,2 @@
#!/usr/bin/env fish
niri msg -j windows | jq -r '.[] | "\(.id)'\034'niri-windows'\034'\(.title) - (\(.app_id))"'
niri msg -j windows | jq -r '.[] | select(.app_id != "launcher") | "\(.id)'\034'niri-windows'\034'\(.title) - (\(.app_id))"'