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

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
  • 207,228
alchemy
  • 850
0

I found a list of commands on this page.

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

should do the trick.