Categories: Linux & UnixUbuntu

How to easily split screen space to fit two windows in Ubuntu

There are cases when you need to switch between two applications in your work. For example, a common use case is reading commands/instructions from a web page opened in a web browser and trying them out on the command line terminal.

I’m sure many of you are used to the Alt+Tab method of switching between application windows. However, there are some who manually resize windows to fit side-by-side in the visible area. But do you know that there is a way you can do this automatically?

In this tutorial, we will briefly discuss how you can split the screen area to fit two windows side by side. Please note that all the commands/instructions mentioned here have been tested on Ubuntu.

How
Sponsored
to quickly wrap and resize windows in Ubuntu

If you are on Ubuntu Linux, then this is very easy. All you have to do is to use the following key combination: Ctrl+Super+left/right arrow key. For those who aren’t aware, the Super key on the keyboard is usually the one that has the Microsoft Windows logo on it.

For example, here’s how my desktop looked before I used this shortcut:

And here’s what happened when I pressed Ctrl+Super+left arrow:

Sponsored

So you can see that the Web browser window automatically got adjusted towards the left in a way that the terminal window (which was in the background so far) got the other half of the screen.

It’s worth mentioning that pressing the up arrow key in this combination maximizes the active window, while the down arrow key minimizes the window.

In case the combination mentioned here doesn’t work on your Ubuntu system, here’s what you can do: launch the Compiz Config Settings Manager, and click the Window Management option in the left bar.

Here, make sure the Grid option is enabled.

Note: In case Compiz Config Settings Manager isn’t there on your system, you can download and install it using the following commands:

sudo apt-get install compizconfig-settings-manager

The post How to easily split screen space to fit two windows in Ubuntu appeared first on FAQforge.

Ubuntu Server Admin

Recent Posts

Kolla Ansible OpenStack Installation (Ubuntu 24.04)

Kolla Ansible provides production-ready containers (here, Docker) and deployment tools for operating OpenStack clouds. This…

1 day ago

Canonical announces first Ubuntu Desktop image for Qualcomm Dragonwing™ Platform with Ubuntu 24.04

This public beta enables the full Ubuntu Desktop experience on the Qualcomm Dragonwing™ QCS6490 and…

2 days ago

The long march towards delivering CRA compliance

Time is running out to be in full compliance with the EU Cyber Resilience Act,…

2 days ago

Extra Factor Authentication: how to create zero trust IAM with third-party IdPs

Identity management is vitally important in cybersecurity. Every time someone tries to access your networks,…

3 days ago

Ubuntu Weekly Newsletter Issue 889

Welcome to the Ubuntu Weekly Newsletter, Issue 889 for the week of April 20 –…

5 days ago

From pidfd to Shimanami Kaido: My RubyKaigi 2025 Experience

Introduction I just returned from RubyKaigi 2025, which ran from April 16th to 18th at…

6 days ago