5

I want Ubuntu to Window Spread as I move my mouse to lower left corner.

I want this sort of option.
enter image description here

pomsky
  • 68,507
nazar2sfive
  • 1,335

2 Answers2

5

You can use this Gnome Shell extension called CustomCorner.

It doesn't fully replace all options one had with compiz, but it's a start.

enter image description here

pomsky
  • 68,507
joschi
  • 1,754
2

Open terminal: Ctrl + Alt + T

gsettings set org.gnome.shell enable-hot-corners true

It's that simple!

  • 2
    This works but how do I configure the actions for the corners? – Albin Stigo May 07 '18 at 07:59
  • @AlbinStigo Could you explain a little bit more? – Krishna Rao May 07 '18 at 15:49
  • @AlbinStigo the point is that you explained only how to enable the hot corners, but how to configure them? e.g. how can I associated a certain action to a certain corner? – Francesco Borzi May 22 '18 at 15:00
  • use gnome extension https://extensions.gnome.org/extension/1037/customcorner/ – Krishna Rao May 25 '18 at 15:58
  • This answer only lets you enable (or disable) the Activities overview hot corner, doesn't really help you achieve what the question asks for. For that purpose your last comment is useful, but that is already mentioned in the answer by @joschi. – pomsky Jan 10 '19 at 20:54