#!/bin/sh hyprctl clients -j | jq '.[].pid' | fzf --preview "hyprctl clients -j | jq '.[] | select(.pid == {}) | {class, title, workspace, xwayland}'"