Score:0

Increase mouse cursor size when moved rapidly

us flag

In MacOS, there is a feature that if the mouse cursor is moved rapidly, it increases in size (so that the cursor can be easily spotted). Once stopped, it gets back to normal size.

Can something like this be achieved in Ubuntu?

I am using Ubuntu 22.04. I am open to using Kubuntu or any other flavor where this can be incorporated.


What I tried - The following script toggles the mouse cursor size in GNOME/Unity.

if gsettings get org.gnome.desktop.interface cursor-size | grep -q 24
then
    gsettings set org.gnome.desktop.interface cursor-size 48;
else
    gsettings set org.gnome.desktop.interface cursor-size 24;
fi
EOF

If it can be executed on rapid mouse movement/when cursor is moved in a circular manner, we are done.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.