Answers for "ubuntu change desktop icon size"

0

change desktop icon size ubuntu

sudo -H gedit /usr/share/gnome-shell/extensions/desktop-icons@csoriano/prefs.js

//a file will open after running this, add width and height that suits you :)
Posted by: Guest on October-11-2021
0

how to change size of icons in applications menu UBUNTU

#You can edit /usr/share/gnome-shell/theme/gnome-shell.css.

#Don't forget to make a backup of the original file!

#Search for a line starting with #dash {.

#In the following lines you can change the properties like .icon-grid { spacing and icon-grid .overview { icon-size.

#After your changes you have to restart the Gnome Shell with Alt+F2 and typing r and Enter.
Posted by: Guest on June-05-2021
0

change desktop icon size in linux

gsettings set org.gnome.nautilus.icon-view default-zoom-level 'small'
Posted by: Guest on October-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language