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:

How to change the cursor size on the Debian 10 desktop Picture 1 Click on 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.

How to change the cursor size on the Debian 10 desktop Picture 2 You can choose the cursor size from the list

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:

How to change the cursor size on the Debian 10 desktop Picture 3 Open Terminal

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 
How to change the cursor size on the Debian 10 desktop Picture 4 Find the current cursor position

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:

  1. 24 : Default
  2. 32 : Medium
  3. 48 : Great
  4. 64 : Larger
  5. 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] 
How to change the cursor size on the Debian 10 desktop Picture 5 You can change the cursor size as you like

The changes will take effect as soon as you enter the above mentioned command.

4.1 ★ | 21 Vote

May be interested

  • How to spell check in Linux TerminalPhoto of How to spell check in Linux Terminal
    linux 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 LinuxPhoto of How to install Safari on Linux
    there 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 DebianPhoto of How to reset the password for sudo in Debian
    the 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 LinuxPhoto of How to extract ISO file with Linux
    you 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?Photo of 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 BusterPhoto of Debian 10 Buster, New features in Debian 10 Buster
    debian 10 buster has been released. let's explore the new features in debian 10 buster through the following article!