mirror of
https://github.com/yusufipk/i3-config.git
synced 2026-09-11 10:56:11 +00:00
3 lines
61 B
Bash
Executable File
3 lines
61 B
Bash
Executable File
#!/bin/sh
|
|
xprop | grep WM_CLASS | awk '{ print $4 }' | xclip
|