How to change the cursor size on the Debian 10 desktop
When moving to a new desktop environment, visibility and ease of use are of great interest to any user working on a computer system. The cursor size, among many other image features, is one such thing. Certainly you want it to fit the screen size, the text size and the Zoom screen setting.
Change cursor size via GUI
Debian allows you to change the cursor size via the Settings utility . You can access the Settings utility through the Application Launcher search or by clicking the down arrow located in the upper right corner of the screen, then clicking the Settings icon:

The Settings utility opens in the view you enabled when you last exited Settings . Select the Universal Access tab from the left panel, then click on Cursor Size in the Seeing column. You can select the cursor size from the available list of 5 options.

The cursor size will immediately change to the desired setting.
Resize the cursor via the command line
Open the Debian Terminal through the Search Launcher application as follows:

Application Launcher is accessible by pressing the Super / Windows key .
Enter the following command to get the current cursor position:
$ gsettings get org.gnome.desktop.interface cursor-size

24 is the default pointer size, in pixels for the Debian desktop. The following pixel values correspond to the sizes you see in the Graphic Settings utility:
- 24 : Default
- 32 : Medium
- 48 : Great
- 64 : Larger
- 96 : The biggest
You can change the cursor size from these options through the following command:
$ gsettings set org.gnome.desktop.interface cursor-size [kích thước tính bằng pixel]

The changes will take effect as soon as you enter the above mentioned command.
You should read it
- How to Install Gradle on Debian 10
- Notable changes and additions in Debian 11 'Bullseye'
- Do not destroy the Debian system!
- How to reset the password for sudo in Debian
- Instructions to change the interface of the mouse cursor on Windows
- How to Install Debian
- Debian 10 Buster, New features in Debian 10 Buster
- How to Restart Debian Using the Command Line
May be interested
- How to spell check in Linux Terminallinux also has a command line spell checker utility in terminal. the utility is called aspell and is installed by default on ubuntu. this is how you can use aspell to check spelling in a terminal.
- How to install Safari on Linuxthere are two potential workarounds to install safari on linux: use yourself wine or wine in combination with playonlinux (provide graphical user interface (ui) for wine).
- How to reset the password for sudo in Debianthe user password is changed in debian using the passwd command. in this article, tipsmake.com will explain how root users can change their own passwords on debian servers.
- How to extract ISO file with Linuxyou may have downloaded an image file using the popular iso extension. these files (usually quite large) are basically digital versions of optical media discs. all the files on that disk are in the iso archive.
- Should use the Ext4 or Btrfs file system?linux has many different file system options. the current default option is ext4. users are always motivated to change the default file system to btrfs. but is btrfs better than ext4? find the answer through the following article!
- Debian 10 Buster, New features in Debian 10 Busterdebian 10 buster has been released. let's explore the new features in debian 10 buster through the following article!