Advertisement
RobinJ1995

Untitled

Dec 17th, 2011
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #! /bin/bash
  2.  
  3. export wmclass="`xprop | grep WM_CLASS | tr '[A-Z]' '[a-z]'`"
  4. export wmclass=`echo ${wmclass:19}`
  5. export wmclass=`echo $wmclass | sed 's/\ //g'`
  6. export wmclass=`echo $wmclass | sed 's/\"//g'`
  7. export wmclass=`echo $wmclass | sed 's/\,/+/g'`
  8.  
  9. echo $wmclass
  10.  
  11. xdg-open "http://www.robinj.be/xubix-help/?wmclass=$wmclass&language=$LANG"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement