Ajou : script find-impostors

This commit is contained in:
Ahurac 2024-02-17 14:48:03 +01:00
parent 1e878febf7
commit 38c970b31f

2
bin/find-impostors Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
exec hyprctl clients -j | jq '.[] | select(.xwayland == true) | .class'