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