Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # This will steal focus and make the Zenity dialog box always-on-top (aka. 'above').
- $(sleep 1 && wmctrl -a Information -b add,above)&
- $(zenity --info --text="T")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement