From 38c970b31f51c7a6ef240ceecc1c10d107efed9e Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sat, 17 Feb 2024 14:48:03 +0100 Subject: [PATCH] Ajou : script find-impostors --- bin/find-impostors | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/find-impostors 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'