summaryrefslogtreecommitdiff
path: root/qubes-dwm-6.2/scripts/get_qube
blob: bd0710a187a54977aad9ba7bc751d0cbce00fad6 (plain)
1
2
3
#!/bin/sh

xprop -id $(get_id) | awk -- '/_QUBES_VMNAME/ { print substr($3,2,length($3)-2) }'