tweaked window switcher
This commit is contained in:
parent
c5bfb75745
commit
1ee07c21fa
2 changed files with 16 additions and 16 deletions
|
@ -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))"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue