Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2011
542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. This will steal focus and make the Zenity dialog box always-on-top (aka. 'above').
  2.  
  3. #!/bin/bash
  4.  
  5. $(sleep 1 && wmctrl -a Information -b add,above)&
  6. $(zenity --info --text="T")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement