Files
i3-config/i3/scripts/get-classname.sh
2022-12-10 12:44:53 +03:00

3 lines
61 B
Bash
Executable File

#!/bin/sh
xprop | grep WM_CLASS | awk '{ print $4 }' | xclip