3

Anyone knows the command to restore minimized windows? I need that command to configure Easystroke. For some reason, misc option is not working in that app so I need to enter the command manually. I'm using ubuntu 18.04 with gnome desktop.

Dillon
  • 33
  • Hi Dillon, could you remove your acceptance of Joshau's answer? If Im not mistaken, it is not correct and unmarking as accepted will encourage AU users to answer it. Thank you – alchemy Apr 21 '20 at 23:42

2 Answers2

1

I believe there is no Window Restore function built into Ubuntu (please correct me if Im wrong).

Here is what doesnt work:

Joshua's answer above using xdotool, and there isnt a Restore listed.

There is an xdotool use (https://unix.stackexchange.com/questions/287363/why-xdotool-is-not-clicking-when-restoring-position) to use the mouse to click the restore button. This means it has to exist in the internals. Anyone know where that is?

muru
  • 197,895
  • 55
  • 485
  • 740
alchemy
  • 762
  • 1
    to whomever voted to delete, please provide some kind of explanation, as you should be required to, and is generally good etiquette. I will only dispute facts, not opinion. Thanks – alchemy Apr 22 '20 at 17:28
0

I found a list of commands on this page.

xdotool key --delay 50ms alt+space key n

should do the trick.

Joshua Besneatte
  • 4,773
  • 5
  • 23
  • 42