0

I switched from the default GNOME setup that comes with Ubuntu to vanilla gnome 3.36.8 (AFAIK, I changed it from a settings icon at the bottom right of the login screen out of curiosity from what it was)

It looks really nice and I want to switch to it, but an unusually annoying inconvenience is that I could normally move/resize windows with a soft double tap (no push-down click), but now I have to push down a single time on the title bar to start resizing windows.

Now, how could I revert to the default behavior when I installed Ubuntu, where you could resize windows with a double tap?

EDIT: I couldn't right click either, which I discovered when trying to right-click on a youtube video. I rebooted the computer, changed the DE to Ubuntu, and when I did the exact same thing it worked...

Kudos
  • 143

2 Answers2

1

It turns out you can turn a double tap into a click thanks to this answer: https://askubuntu.com/a/971519/1195829

gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true

Changing right click/double click to what I used on the default Ubuntu installation can be changed in GNOME tweaks > Keyboard & mouse > Mouse click emulation, and changing the selected option to "Area"

Kudos
  • 143
0

I believe this is a feature of the updated shell; it didn't use to be a part of the interface. I think changing the old GUI to have the new feature might be a matter of tweaking the shell rather than just selecting an option. I hope you get a more hopeful answer than this, as I can't help with the coding and shell design stuff.

The lack of a context menu upon right clicking is more concerning. That should work. Does the context menu come up when you right click on things outside of the browser?

poised
  • 31