Score:3

Is there a cursor theme that looks like a laser pointer?

us flag

I have to give a presentation, and I want to make the cursor look like a laser pointer.

It seems that Libreoffice Impress cannot do it.

Instead, I want to change the cursor theme temporarily during the presentation so that the mouse pointer looks like a laser beam. Is there a theme like that?

Score:3
zw flag

GoogleDot Red Cursor

You can use GoogleDot Red Cursor theme, which features a circular red mouse pointer.

googledotred


Alternative cursor

Below maybe not what you really want, but it is a good workaround.

Install xcursor-themes package by

sudo apt-get install xcursor-themes

and temporarily switch to some red theme by keyboard shortcut. Below are the scripts for setting up a keyboard shortcut to change the cursor in MATE DE, you can adapt them for other DEs.

Script for cursor theme toggling:

mkdir ~/bin
cat <<EOF > ~/bin/toggle-pointer.sh
if gsettings get org.mate.peripherals-mouse cursor-theme | grep -q default
then
    gsettings set org.mate.peripherals-mouse cursor-theme 'oxy-red-argentina'; 
    gsettings set org.mate.peripherals-mouse cursor-size 48;
else
    gsettings set org.mate.peripherals-mouse cursor-theme 'default'; 
    gsettings set org.mate.peripherals-mouse cursor-size 24;
fi
EOF

chmod +x ~/bin/toggle-pointer.sh

Note: if you know cursor theme then replace oxy-red-argentina with known name.

Command to bind the above script to the Super+b (as example) shortcut:

dconf load / <<EOF
[org/mate/desktop/keybindings/custom99]
action='/home/$USER/bin/toggle-pointer.sh'
binding='<Mod4>b'
name='ToggleCursorTheme'
EOF

This will work as follows:

beam

us flag
I would happily change the cursor before the presentation, and this keyboard shortcut is a bonus!
us flag
Have a look at the updated answer. This theme is so cool.
Score:0
mx flag

A link below to download WPS Office Download Wps for linux

enter image description here

us flag
I don't want to use WPS office. It is not a free software. I want to use a cursor theme that looks like a laser pointer.
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.