diff --git a/bin/find-impostors b/bin/find-impostors new file mode 100755 index 0000000..df51eeb --- /dev/null +++ b/bin/find-impostors @@ -0,0 +1,2 @@ +#!/bin/sh +exec hyprctl clients -j | jq '.[] | select(.xwayland == true) | .class'