dotfiles/bin/find-impostors

2 lines
82 B
Bash
Executable file

#!/bin/sh
exec hyprctl clients -j | jq '.[] | select(.xwayland == true) | .class'