1

I want to enable minimization of the currently active window in the Custom Hot Corners extension.

How can I do it?

nazar2sfive
  • 1,335

1 Answers1

1

Install xdotool and add the following in Custom Hot Corners:

xdotool getactivewindow windowminimize

Also see the following screenshot:

Custom Hot Corners

nazar2sfive
  • 1,335