Guest User

Untitled

a guest
Jan 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #!/bin/bash
  2. # This will wait one second and then steal focus and make the Zenity dialog box always-on-top (aka. 'above').
  3.  
  4. (sleep 1 && wmctrl -F -a "I am on top" -b add,above) &
  5. (zenity --info --title="I am on top" --text="How to help Zenity to get focus and be always on top")
Add Comment
Please, Sign In to add comment