A simple bash script to use fuzzel to quickly switch to a specific window in niri
Install Requirements:
- bash
- jq
- fuzzel
- niri
How to use:
- Download niri_fuzzel_switcher, make it executable, and put it somewhere in your $PATH
- Add a keybinding to the binds section in ~/.config/niri/config.kdl (e.g.
Mod+G { spawn "niri_fuzzel_switcher"; }
)