dotfiles/bin/find-impostors

3 lines
82 B
Text
Raw Normal View History

2024-02-17 14:48:03 +01:00
#!/bin/sh
exec hyprctl clients -j | jq '.[] | select(.xwayland == true) | .class'