Celeb Glow
news | March 09, 2026

Is there a Gnome Shell shortcut to minimize a window?

F11 makes a window go full screen. Is there a shortcut that minimizes a window? I am using Arch Linux with Gnome Shell.

2

5 Answers

Gnome Shell actually supports this. Super+H is the default key. If you want to change the key go to:

Settings -> Keyboard -> Windows -> Hide Window

Since this answer has gained some traction it is good to also know that:

  1. This works on MacOS as well.
  2. This does not work on Windows, however, you can achieve the same effect by using a tool like AutoHotkey.
8

I know the OP didn't ask for it but for the sake of completeness, Super+D minimizes all windows (think of it as "show Desktop"). Ubuntu 19.04, Gnome 3.32.1.

4

On the GNOME desktop environment, you can use CTRL-ALT-D to minimise all and give focus to the desktop. You can also use ALT-F9 to minimise the current window. I think these are the same for Ubuntu/Unity.

3

Using gsettings:

$ gsettings get org.gnome.desktop.wm.keybindings minimize
['<Super>h']

Set Super+Shift+H):

$ gsettings set org.gnome.desktop.wm.keybindings minimize "['<Super><Shift>h']"

works in gnome
super+down(↓)
For minimizing the window size of an application
super+up(↑)
for maximizing the window size of an application
super+right(→)
for throughing application window to right side of monitor screen
super+left(←)
same as above

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy