How to close gtkdialog window from command line? (Solved)

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
peterKlarc
Posts: 2
Joined: Mon 13 Mar 2017, 10:32

How to close gtkdialog window from command line? (Solved)

#1 Post by peterKlarc »

Hello,
Maybe there is the answer already in this forum, but can someone tip me:
- Line command - not keyboard - to minimize a gtkdialog window.

To minimize the termimal I use this:

Code: Select all

xdotool windowactivate $(xdotool getactivewindow)
Thanks.

peterKlarc
Posts: 2
Joined: Mon 13 Mar 2017, 10:32

#2 Post by peterKlarc »

Ok

So... I found my answer:
http://murga-linux.com/puppy/viewtopic.php?t=83868

Thanks, puppy 8)

Post Reply