How to customize the GNOME 3 Desktop?

We have got many emails from user to write an article about GNOME 3 desktop customization but we didn’t get  time to write this topic.I was using Ubuntu operating system since long time in my primary laptop and I got bored so, I would like to test some other distro which is related to Arch Linux.

I prefer to go with Majaro so, I have installed Manjaro 18.0 with GNOME 3 desktop in my laptop.

I’m customizing my desktop, how I want it to be and I would like to take this opportunity to write up this article in detailed way to help others.

This article helps others to customize their desktop without much glitches.

I’m not going to include all my customization and I will be adding a necessary things which will be mandatory and useful for Linux desktop users.

If you feel some tweak is missing in this article, I  request you to mention that in comment sections. It will be very helpful for other users.

1) How to launch Activities Overview in GNOME 3 Desktop?

The Activities Overview will display all the running applications or launched/opened windows by clicking Super Key or by clicking Activities button in the topmost left corner.

It allows you to launch a new applications, switch windows, and move windows between workspaces.

You can simply exit the Activities Overview by choosing the following any of the one actions like selecting a window, application or workspace, or by pressing the Super Key or Esc Key.

Activities Overview Screenshot.

2) How to resize windows in GNOME 3 Desktop?

The Launched windows can be maximized, restored and snapped to one side of the screen (Left or Right) by using the following key combinations.

  • Super Key+Down Arrow: To restore the window.
  • Super Key+Up Arrow: To maximize the window.
  • Super Key+Right Arrow: To fill a window in the right side of the half screen.
  • Super Key+Left Arrow: To fill a window in the left side of the half screen

Use Super Key+Down Arrow to restore the window.

Use Super Key+Up Arrow to maximize the window.

Use Super Key+Right Arrow to fill a window in the right side of the half screen.

Use Super Key+Left Arrow to fill a window in the left side of the half screen.

This feature will help you to view two applications at a time a.k.a splitting screen.

3) How to display applications in GNOME 3 Desktop?

Click on the Show Application Grid button in the Dash to display all the installed applications on your system.

4) How to add applications on Dash in GNOME 3 Desktop?

To speed up your day to day activity you may want to add frequently used application into Dash or Drag the application launcher to the Dash.

It will allow you to directly launch your favorite applications without searching them. To do so, simply right click on it and use the option Add to Favorites.

To remove a application launcher a.k.a favorite from Dash, either drag it from the Dash to the grid button or simply right click on it and use the option Remove from Favorites.

5) How to switch between Workspaces in GNOME 3 Desktop?

Workspaces allow you to group windows together. It will helps you to segregate your work properly. If you are working on Multiple things and you want to group each work and related things separately then it will be very handy and perfect option for you.

You can switch workspaces in two ways, Open the Activities Overview and select a workspace from the right-hand side or use the following key combinations.

  • Use Ctrl+Alt+Up Switch to the workspace above.
  • Use Ctrl+Alt+Down Switch to the workspace below.

6) How to switch between Applications (Application Switcher) in GNOME 3 Desktop?

Use either Alt+Tab or Super+Tab to switch between applications. To launch Application Switcher, use either Alt+Tab or Super+Tab.

Once launched, just keep holding the Alt or Super key and hit the tab key to move to the next application from left to right order.

7) How to add UserName to Top Panel in GNOME 3 Desktop?

If you would like to add your UserName to Top Panel then install the following Add Username to Top Panel GNOME Extensions.

8) How to add Microsoft Bing’s wallpaper in GNOME 3 Desktop?

Install the following Bing Wallpaper Changer GNOME shell extensions to change your wallpaper every day to Microsoft Bing’s wallpaper.

9) How to enable Night Light in GNOME 3 Desktop?

Night light app is one of the famous app which reduces strain on the eyes by turning your screen a dim yellow from blue light after sunset.

It is available in smartphones. The other known apps for the same purpose are flux and redshift.

To enable this, navigate to System Settings >> Devices >> Displays and turn Nigh Light on.

Once it’s enabled and status icon will be placed on the top panel.

10) How to show the Battery Percentage in GNOME 3 Desktop?

Battery percentage will show you the exact battery usage. To enable this follow the below steps.

Start GNOME Tweaks >> Top Bar >> Battery Percentage and switch it on.

After modification you can able to see the battery percentage icon on the top panel.

11) How to enable Mouse Right Click in GNOME 3 Desktop?

By default right click is disabled on GNOME 3 desktop environment. To enable this follow the below steps.

Start GNOME Tweaks >> Keyboard & Mouse >> Mouse Click Emulation and select “Area” option.

12) How to enable Minimize On Click in GNOME 3 Desktop?

Enable one-click minimize feature which will help us to minimize opened window without using minimize option.

$ gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'

13) How to customize Dock in GNOME 3 Desktop?

If you would like to change your Dock similar to Deepin desktop or Mac then use the following set of commands.

$ gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM
$ gsettings set org.gnome.shell.extensions.dash-to-dock extend-height false
$ gsettings set org.gnome.shell.extensions.dash-to-dock transparency-mode FIXED
$ gsettings set org.gnome.shell.extensions.dash-to-dock dash-max-icon-size 50

14) How to show Desktop in GNOME 3 Desktop?

By default Super Key+D shortcut doesn’t show your desktop. To configure this follow the below steps.

Settings >> Devices >> Keyboard >> Click Hide all normal windows under Navigation then Press Super Key+D finally hit Set button to enable it.

15) How to customize Date and Time Format?

By default GNOME 3 shows date and time with Sun 04:48. It’s not clear and if you want to get the output with following format Sun Dec 2 4:49 AM follow the below steps.

For Date Modification: Start GNOME Tweaks >> Top Bar and enable Weekday option under Clock.

For Time Modification: Settings >> Details >> Date & Time then choose AM/PM option in the time format.

After modification you can able to see the date and time format same as below.

16) How to Permanently Disable unused services in Boot?

In my case, I’m not going to use Bluetooth & cpus a.k.a Printer service. Hence, disabling these services on my laptop. To disable services on Arch based systems use Pacman Package Manager.
For Bluetooth

$ sudo systemctl stop bluetooth.service
$ sudo systemctl disable bluetooth.service
$ sudo systemctl mask bluetooth.service
$ systemctl status bluetooth.service

For cups

$ sudo systemctl stop org.cups.cupsd.service
$ sudo systemctl disable org.cups.cupsd.service
$ sudo systemctl mask org.cups.cupsd.service
$ systemctl status org.cups.cupsd.service

Finally verify whether these services are disabled or not in the boot using the following command. If you want to double confirm this, you can reboot once and check the same. Navigate to the following link to know more about systemctl usage,

$ systemctl list-unit-files --type=service | grep enabled
[email protected]                             enabled        
dbus-org.freedesktop.ModemManager1.service  enabled        
dbus-org.freedesktop.NetworkManager.service enabled        
dbus-org.freedesktop.nm-dispatcher.service  enabled        
display-manager.service                     enabled        
gdm.service                                 enabled        
[email protected]                              enabled        
linux-module-cleanup.service                enabled        
ModemManager.service                        enabled        
NetworkManager-dispatcher.service           enabled        
NetworkManager-wait-online.service          enabled        
NetworkManager.service                      enabled        
systemd-fsck-root.service                   enabled-runtime
tlp-sleep.service                           enabled        
tlp.service                                 enabled    

17) Install Icons & Themes in GNOME 3 Desktop?

Bunch of Icons and Themes are available for GNOME Desktop so, choose the desired GTK Themes and Icons Themes for you. To configure this further, navigate to the below links which makes your Desktop more elegant.

About Magesh Maruthamuthu

Love to play with all Linux distribution

View all posts by Magesh Maruthamuthu

Leave a Reply

Your email address will not be published. Required fields are marked *