nixos-config/modules/home/sway-launcher-providers/niri-windows.conf

6 lines
252 B
Text
Raw Normal View History

2025-04-07 12:31:09 -04:00
[niri-windows]
list_cmd=fish /home/emenel/.config/sway-launcher-desktop/providers/niri-windows-list.fish
preview_cmd=echo -e ' Switch to application:'
launch_cmd=fish -c "niri msg action focus-window --id {1}"
purge_cmd=command -v '{1}' || exit 43