index
:
dotfiles
master
My dotfiles
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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) }'