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