Advertisement
shai

Shai

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