{"id":189900,"date":"2026-03-06T14:25:00","date_gmt":"2026-03-06T22:25:00","guid":{"rendered":"https:\/\/www.maketecheasier.com\/install-use-i3-window-manager-ubuntu\/?update=20260306"},"modified":"2026-03-06T14:25:00","modified_gmt":"2026-03-06T22:25:00","slug":"install-use-i3-window-manager-ubuntu","status":"publish","type":"post","link":"https:\/\/maketecheasier.com\/install-use-i3-window-manager-ubuntu\/","title":{"rendered":"I Swapped Ubuntu\u2019s Default Desktop for i3: Here\u2019s How My Productivity Skyrocketed"},"content":{"rendered":"\n<p>For the longest time, I used full desktop environments like GNOME on Ubuntu. They look polished, they&#8217;re beginner-friendly, and everything works out of the box. But as someone who spends most of the day inside a terminal, I realized I was spending more time moving windows around than actually getting work done. That&#8217;s when I switched to the i3 Window Manager (a program that controls how windows are arranged on your screen), and my productivity skyrocketed. I haven&#8217;t looked back since.<\/p>\n\n\n<nav class=\"content-toc-wrapper relative lazyblock-toc-Z1qmeKs wp-block-lazyblock-toc\" aria-label=\"Table of Contents\"><div id=\"content-toc-header\" class=\"content-toc-header flex cursor-pointer items-center justify-between\">\n                <span class=\"text-sm font-semibold\">Table of Contents<\/span>\n                <span class=\"toc-caret\"><svg viewBox=\"0 0 24 24\" class=\"chevron\" width=\"16\" height=\"16\"><use xlink:href=\"#icon-chevron\"><\/use><\/svg><\/span>\n            <\/div><div class=\"content-toc hidden w-full\"><div class=\"toc\"><ul class=\"toc-content font-semibold\"><li><a href=\"#why-i3-window-manager\" class=\"toc-link block mb-6\">Why I Prefer Using i3 Window Manager<\/a><\/li><li><a href=\"#i3wm-tiling\" class=\"toc-link block mb-6\">Tiling of i3wm Just Makes Sense<\/a><\/li><li><a href=\"#installing-iwm\" class=\"toc-link block mb-6\">Installation and Setup of i3wm<\/a><\/li><li><a href=\"#using-i3wm\" class=\"toc-link block mb-6\">Usage of i3wm<\/a><\/li><li><a href=\"#basic-configuration\" class=\"toc-link block mb-6\">Basic Configuration of i3wm<\/a><\/li><li><a href=\"#is-i3-for-you\" class=\"toc-link block mb-6\">Is i3 Right for You?<\/a><\/li><\/ul><\/div><\/div><\/nav>\n\n\n<h2 class=\"wp-block-heading\" id=\"why-i3-window-manager\">Why I Prefer Using i3 Window Manager<\/h2>\n\n\n\n<p>Unlike a full desktop environment, i3 is just a window manager. There&#8217;s no heavy graphical layer, no background services you didn&#8217;t ask for, and no visual clutter. Instead, you get a clean screen, logical window tiling, full keyboard control, and a plain text configuration file. For example, when I open two terminals, they automatically split the screen and arrange my windows in smart, non-overlapping tiles so nothing ever hides or wastes space.<\/p>\n\n\n\n<p>While desktop environments like GNOME are excellent for their ease of use and visual appeal, I found myself wanting something that would allow me to work faster and with fewer distractions. Here are some of the key reasons why I&#8217;ve come to prefer i3wm:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"keyboard-driven\">Everything is keyboard-driven<\/h3>\n\n\n\n<p>If you are comfortable with keyboard shortcuts (especially if you use Vim), i3 feels like home. You rarely need a mouse. This means that once you learn the keybindings, you can navigate your desktop, open and close applications, and manage your windows without ever taking your hands off the keyboard.<\/p>\n\n\n\n<p>Furthermore, everything such as keybindings, colors, startup programs, the status bar, and more is configured using a highly readable, plain text configuration file.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"fast-switching-between-workspaces\">Fast switching between workspaces<\/h3>\n\n\n\n<p>i3wm workspace management is another standout feature for me. Using it, I can create multiple workspaces (10 by default) and switch between them almost instantaneously with a simple key combination such as <kbd>Mod<\/kbd> + <kbd>1<\/kbd>, <kbd>Mod<\/kbd> + <kbd>2<\/kbd>, or <kbd>Mod<\/kbd> + <kbd>3<\/kbd>. There is no animation delay, no compositor induced lag, just immediate context switching.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"i3wm-is-extremely-lightweight\">i3wm is extremely lightweight<\/h3>\n\n\n\n<p>i3wm is incredibly lightweight and consumes very few system resources. While modern computers have plenty of RAM, using a lightweight window manager can still make a noticeable difference in performance, especially on older hardware or when running resource intensive applications.<\/p>\n\n\n\n<p>It is difficult to give an exact number because memory usage depends on your configuration and the applications you run. The i3 window manager itself uses very little memory, but a typical minimal session with Xorg and basic utilities usually consumes around 100 to 300 MB of RAM. This is still far less than many modern desktop environments, which can easily use over a gigabyte of memory at idle.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i3wm-tiling\">Tiling of i3wm Just Makes Sense<\/h2>\n\n\n\n<p>Instead of windows floating on top of each other, i3wm automatically arranges them in a grid, ensuring that no screen space is wasted. With this, I can have multiple windows visible and accessible at all times without needing to manually resize or rearrange them. <\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"374\" src=\"https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/02\/Tiling-window-manager-i3-800x374.png\" alt=\"Tiling Window Manager I3\" class=\"wp-image-857956\" srcset=\"https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/02\/Tiling-window-manager-i3-800x374.png 800w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/02\/Tiling-window-manager-i3-1536x719.png 1536w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/02\/Tiling-window-manager-i3-1280x599.png 1280w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/02\/Tiling-window-manager-i3-400x187.png 400w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/02\/Tiling-window-manager-i3.png 1913w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>As someone who usually has a text editor, a terminal, and a browser open simultaneously, this is invaluable. I can see all three at once without using Alt Tab to cycle blindly through a stack of windows.<\/p>\n\n\n\n<p><strong>Note<\/strong>: While i3wm is a tiling window manager, it is worth noting that there are many other excellent <a href=\"https:\/\/maketecheasier.com\/tiling-window-managers-linux\/\">tiling window managers<\/a> available for Linux, each with its own unique features and configuration options.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"installing-iwm\">Installation and Setup of i3wm<\/h2>\n\n\n\n<p>Installing i3wm on Ubuntu is a straightforward process, as it is available directly from the official repositories. For other distributions, you should be able to find i3wm in your respective package manager or software center.<\/p>\n\n\n\n<p>First, update your package lists:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt update<\/code><\/pre>\n\n\n\n<p>Then, install i3:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install i3<\/code><\/pre>\n\n\n\n<p>You can also search for <strong>i3<\/strong> in the Software Center.<\/p>\n\n\n\n<p>During the installation, you might be prompted to choose a display manager. If you are unsure, sticking with the default (often GDM for Ubuntu based systems) is usually a safe choice. This process will install i3, along with i3status (for the status bar) and i3lock (for screen locking), providing a complete basic setup.<\/p>\n\n\n\n<p>Further, you can also install the extended package manually with this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install i3-wm i3status i3lock dmenu<\/code><\/pre>\n\n\n\n<p>After the installation finishes, log out of your current Ubuntu session. On the login screen, click the small gear icon (usually located in the bottom right corner or next to the password box). Select i3 from the desktop options and log in as you normally would.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"423\" src=\"https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/02\/Ubuntu-login-page-displaying-different-session-800x423.png\" alt=\"Ubuntu Login Page Displaying Different Session\" class=\"wp-image-857947\" srcset=\"https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/02\/Ubuntu-login-page-displaying-different-session-800x423.png 800w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/02\/Ubuntu-login-page-displaying-different-session-400x212.png 400w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/02\/Ubuntu-login-page-displaying-different-session.png 1214w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>The first time you launch i3, it will ask if you want to generate a default config file. Accept it. It will then ask you to choose your Mod key, either the <kbd>Windows<\/kbd> key or <kbd>Alt<\/kbd>. The Mod key is what separates regular typing from i3 commands, so choose whichever feels more natural. I use the Windows key to avoid conflicts with terminal shortcuts.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"using-i3wm\">Usage of i3wm<\/h2>\n\n\n\n<p>Once i3wm is installed and running, let&#8217;s cover the basic tasks that we can perform when using i3:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"navigating-with-hotkeys\">Navigating with hotkeys<\/h3>\n\n\n\n<p>Almost everything in i3wm is handled with hotkeys. There are plenty of predefined ones, but you can also change those and make your own. Before you do anything, though, you need to familiarize yourself with the basic ones.<\/p>\n\n\n\n<p>You&#8217;re probably going to be working with terminals a lot. Go ahead and open one with <kbd>Mod<\/kbd> key + <kbd>Enter<\/kbd>. If you keep pressing <kbd>Mod<\/kbd> key + <kbd>Enter<\/kbd>, you&#8217;ll see the default pattern that i3 uses for dividing up your screen.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"400\" src=\"https:\/\/maketecheasier.com\/wp-content\/uploads\/2017\/05\/i3-terminals.jpg\" alt=\"Open terminals in i3\" class=\"wp-image-190720\" title=\"Open terminals in i3\" \/><\/figure>\n\n\n\n<p>It&#8217;s not all that useful when you have a bunch of them. Try re-positioning them. By default, you can navigate using <kbd>Mod<\/kbd> + <kbd>h<\/kbd> to move left, <kbd>Mod<\/kbd> + <kbd>j<\/kbd> to move down, <kbd>Mod<\/kbd> + <kbd>k<\/kbd> to move up, and <kbd>Mod<\/kbd> + <kbd>l<\/kbd> to move right. This should be sort of familiar to Vim users but slightly off. You can change it to the actual Vim bindings.<\/p>\n\n\n\n<p>If you want to move the windows, you can add <strong>Shift<\/strong> to any of the directional hotkeys, and the window will move in that direction. So to move a window down, use <kbd>Mod<\/kbd> + <kbd>Shift<\/kbd> + <kbd>j<\/kbd>.<\/p>\n\n\n\n<p>To open new windows split the way you want, you can target the window you want to split and use <kbd>Mod<\/kbd> + <kbd>h<\/kbd> to split the window horizontally and <kbd>Mod<\/kbd> + <kbd>v<\/kbd> to split it vertically. When you want to close a window, there&#8217;s a hotkey for that too, <kbd>Mod<\/kbd> + <kbd>Shift<\/kbd> + <kbd>q<\/kbd>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"manipulating-windows\">Manipulating windows of i3wm<\/h3>\n\n\n\n<p>i3wm does allow you to use floating windows. Some windows, like the <a href=\"https:\/\/maketecheasier.com\/make-gimp-look-like-photoshop\/\">GIMP<\/a> toolbars, will automatically open floating, but you can make any window float. <kbd>Mod<\/kbd> + <kbd>Shift<\/kbd>  + <kbd>Space<\/kbd> will move back and forth between floating and tiled mode for the selected window.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"529\" src=\"https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/02\/Floating-window-in-i3wm-800x529.png\" alt=\"Floating Window In I3wm\" class=\"wp-image-857954\" srcset=\"https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/02\/Floating-window-in-i3wm-800x529.png 800w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/02\/Floating-window-in-i3wm-340x225.png 340w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/02\/Floating-window-in-i3wm-680x450.png 680w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/02\/Floating-window-in-i3wm-682x451.png 682w, https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/02\/Floating-window-in-i3wm.png 1054w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>You can also force a window to go full screen with <kbd>Mod<\/kbd> + <kbd>f<\/kbd>. Pressing it again will return it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"opening-programs\">Opening programs in i3wm<\/h3>\n\n\n\n<p>Use a launcher to open programs in i3wm. The default launcher is dmenu, but you can substitute others like <strong>rofi<\/strong> in its place.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"1021\" height=\"39\" src=\"https:\/\/maketecheasier.com\/wp-content\/uploads\/2017\/05\/i3-dmenu.jpg\" alt=\"i3-dmenu\" class=\"wp-image-190718\" title=\"i3-dmenu\" \/><\/figure>\n\n\n\n<p>These launchers act like a search for your programs. Punch in the program that you want and hit <kbd>Enter<\/kbd>. The program will launch. The launcher will keep track of your most commonly used programs and display them in a list when it&#8217;s opened. You can select them there without typing.<\/p>\n\n\n\n<p>The launcher hotkey is <kbd>Mod<\/kbd> + <kbd>d<\/kbd>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"basic-configuration\">Basic Configuration of i3wm<\/h2>\n\n\n\n<p>There&#8217;s an absolutely insane amount of configuration that you can do with i3wm, so it&#8217;s only possible to cover the basics here. These are some of the more common things that you&#8217;d want to do.<\/p>\n\n\n\n<p>After creating the default configuration on your first run, it is placed in the &#8220;~\/.config\/i3\/&#8221; directory.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir -p ~\/.config\/i3<br>cp \/etc\/i3\/config ~\/.config\/i3\/config<\/code><\/pre>\n\n\n\n<p>Further, changing the colors is easy. i3wm uses hex values for colors like CSS. There are a couple of different classes that each have a border, background, text, and indicator value. You can lay them out in a table and plug in the color values that you want.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>class border backgr. text indicator\nclient.focused #1e1e1e #1e1e1e #151515 #AA0000\nclient.focused_inactive\nclient.unfocused\nclient.urgent\nclient.placeholder\n\nclient.background #454545<\/code><\/pre>\n\n\n\n<p>In the i3wm configuration, <code>bindsym<\/code> creates a new hotkey. <code>exec<\/code> launches programs. You can put them together to make your own hotkeys to launch the programs that you use most without using the launcher. For example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>bindsym $mod+Shift+w exec firefox<\/code><\/pre>\n\n\n\n<p>You can run applications at startup, too. Just use <code>exec<\/code> for those.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>exec firefox<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"customize-status-bar\">Customizing your status bar<\/h3>\n\n\n\n<p>The status bar is one of the most important parts of your desktop. It displays your workspaces as well as loads of other vital information. With i3wm there are a ton of options for your status bar.<\/p>\n\n\n\n<p>Near the bottom of the configuration file you&#8217;ll find a block called <strong>bar<\/strong>. Everything for the status bar will go in there.<\/p>\n\n\n\n<p>First, you&#8217;ll find the <strong>status_command<\/strong>. It lets you select the status bar to use. The default is <strong>i3status<\/strong>, but you can use a load of others like i3blocks, lemonbar, and polybar. They are all different and have their own unique benefits and drawbacks.<\/p>\n\n\n\n<p>You can change the position of the bar here, too.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>position top<\/code><\/pre>\n\n\n\n<p>You can create a separate colors block here that you can use just like the other color configuration to customize i3&#8217;s color scheme.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>colors {\n        #class             #border   #bg        #txt\n        focused_workspace  #454565   #252525    #1E1E1E\n        active_workspace   \n        inactive_workspace \n        urgent_workspace   \n        binding_mode    \n        background         #151515\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"is-i3-for-you\">Is i3 Right for You?<\/h2>\n\n\n\n<p>i3 is powerful, but it isn&#8217;t perfect. If you are used to traditional point-and-click desktop environments, the experience can feel overwhelming at first. There is no graphical settings panel, and most configuration is done manually through a plain text file. i3 also does not include features many users expect, such as desktop icons, drag-and-drop window placement, or a built-in graphical settings manager. For users who rely heavily on visual organization, this minimalist approach can feel restrictive.<\/p>\n\n\n\n<p>Another important limitation is that i3 works only with X11 and does not support <a href=\"https:\/\/maketecheasier.com\/what-is-wayland\/\">Wayland<\/a>. <\/p>\n\n\n\n<p>For gamers, i3 can work, but it may require some additional setup. For example, fullscreen games generally run fine under X11, but i3 lacks a built-in compositor, which can lead to screen tearing unless you configure one manually. Therefore, if you prioritize gaming, you might find a full desktop environment with built-in display management and Wayland support more convenient in the long run.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>See how switching to the i3 tiling window manager can turn your Linux desktop into a high-performance, keyboard-driven command center.<\/p>\n","protected":false},"author":15380,"featured_media":857988,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[6320,5257,13,320],"class_list":["post-189900","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","tag-i3wm","tag-linux","tag-ubuntu","tag-window-manager"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>I Swapped Ubuntu\u2019s Default Desktop for i3: Here\u2019s How My Productivity Skyrocketed - Make Tech Easier<\/title>\n<meta name=\"description\" content=\"See how switching to the i3 tiling window manager can turn your Linux desktop into a high-performance, keyboard-driven command center.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/maketecheasier.com\/install-use-i3-window-manager-ubuntu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"I Swapped Ubuntu\u2019s Default Desktop for i3: Here\u2019s How My Productivity Skyrocketed - Make Tech Easier\" \/>\n<meta property=\"og:description\" content=\"See how switching to the i3 tiling window manager can turn your Linux desktop into a high-performance, keyboard-driven command center.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/maketecheasier.com\/install-use-i3-window-manager-ubuntu\/\" \/>\n<meta property=\"og:site_name\" content=\"Make Tech Easier\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/MakeTechEasierMTE\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-06T22:25:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/03\/ubuntu-i3wm-window-manager-featured.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Haroon Javed\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@maketecheasier\" \/>\n<meta name=\"twitter:site\" content=\"@maketecheasier\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/install-use-i3-window-manager-ubuntu\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/install-use-i3-window-manager-ubuntu\\\/\"},\"author\":{\"name\":\"Haroon Javed\",\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/#\\\/schema\\\/person\\\/5e8ec6bd20386c9a8655bdd61680e2dd\"},\"headline\":\"I Swapped Ubuntu\u2019s Default Desktop for i3: Here\u2019s How My Productivity Skyrocketed\",\"datePublished\":\"2026-03-06T22:25:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/install-use-i3-window-manager-ubuntu\\\/\"},\"wordCount\":1699,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/install-use-i3-window-manager-ubuntu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/maketecheasier.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/ubuntu-i3wm-window-manager-featured.webp\",\"keywords\":[\"i3wm\",\"Linux\",\"Ubuntu\",\"window manager\"],\"articleSection\":[\"Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/maketecheasier.com\\\/install-use-i3-window-manager-ubuntu\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/install-use-i3-window-manager-ubuntu\\\/\",\"url\":\"https:\\\/\\\/maketecheasier.com\\\/install-use-i3-window-manager-ubuntu\\\/\",\"name\":\"I Swapped Ubuntu\u2019s Default Desktop for i3: Here\u2019s How My Productivity Skyrocketed - Make Tech Easier\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/install-use-i3-window-manager-ubuntu\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/install-use-i3-window-manager-ubuntu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/maketecheasier.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/ubuntu-i3wm-window-manager-featured.webp\",\"datePublished\":\"2026-03-06T22:25:00+00:00\",\"description\":\"See how switching to the i3 tiling window manager can turn your Linux desktop into a high-performance, keyboard-driven command center.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/install-use-i3-window-manager-ubuntu\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/maketecheasier.com\\\/install-use-i3-window-manager-ubuntu\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/install-use-i3-window-manager-ubuntu\\\/#primaryimage\",\"url\":\"https:\\\/\\\/maketecheasier.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/ubuntu-i3wm-window-manager-featured.webp\",\"contentUrl\":\"https:\\\/\\\/maketecheasier.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/ubuntu-i3wm-window-manager-featured.webp\",\"width\":1280,\"height\":720,\"caption\":\"Using I3 Window Manager On Ubuntu Installation Usage Feature Image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/install-use-i3-window-manager-ubuntu\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/maketecheasier.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Computing\",\"item\":\"https:\\\/\\\/maketecheasier.com\\\/category\\\/computing\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Linux\",\"item\":\"https:\\\/\\\/maketecheasier.com\\\/category\\\/linux\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"I Swapped Ubuntu\u2019s Default Desktop for i3: Here\u2019s How My Productivity Skyrocketed\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/#website\",\"url\":\"https:\\\/\\\/maketecheasier.com\\\/\",\"name\":\"Make Tech Easier\",\"description\":\"Uncomplicating the complicated, making life easier\",\"publisher\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/maketecheasier.com\\\/search\\\/{search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/#organization\",\"name\":\"Make Tech Easier\",\"url\":\"https:\\\/\\\/maketecheasier.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/maketecheasier.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/mte-logo.png\",\"contentUrl\":\"https:\\\/\\\/maketecheasier.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/mte-logo.png\",\"width\":696,\"height\":84,\"caption\":\"Make Tech Easier\"},\"image\":{\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/MakeTechEasierMTE\",\"https:\\\/\\\/x.com\\\/maketecheasier\",\"https:\\\/\\\/www.instagram.com\\\/maketecheasier\\\/\",\"https:\\\/\\\/pinterest.com\\\/MakeTechEasier\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/Maketecheasier\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/maketecheasier.com\\\/#\\\/schema\\\/person\\\/5e8ec6bd20386c9a8655bdd61680e2dd\",\"name\":\"Haroon Javed\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/465e7d10c4bd76e5f96ff64694d026e1121383f8446cec5958835c7b0f1de8af?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/465e7d10c4bd76e5f96ff64694d026e1121383f8446cec5958835c7b0f1de8af?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/465e7d10c4bd76e5f96ff64694d026e1121383f8446cec5958835c7b0f1de8af?s=96&d=mm&r=g\",\"caption\":\"Haroon Javed\"},\"description\":\"Haroon is a lifelong tech enthusiast with over five years of experience writing thousands of articles about Linux, programming languages, and more. He loves exploring new technologies and experimenting with them to find innovative ways to use them. Haroon's work has been featured on various online platforms, including HTG, Baeldung, and LinuxHint.\",\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/haroon-javed445\\\/\"],\"url\":\"https:\\\/\\\/maketecheasier.com\\\/author\\\/jharoonjaved\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"I Swapped Ubuntu\u2019s Default Desktop for i3: Here\u2019s How My Productivity Skyrocketed - Make Tech Easier","description":"See how switching to the i3 tiling window manager can turn your Linux desktop into a high-performance, keyboard-driven command center.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/maketecheasier.com\/install-use-i3-window-manager-ubuntu\/","og_locale":"en_US","og_type":"article","og_title":"I Swapped Ubuntu\u2019s Default Desktop for i3: Here\u2019s How My Productivity Skyrocketed - Make Tech Easier","og_description":"See how switching to the i3 tiling window manager can turn your Linux desktop into a high-performance, keyboard-driven command center.","og_url":"https:\/\/maketecheasier.com\/install-use-i3-window-manager-ubuntu\/","og_site_name":"Make Tech Easier","article_publisher":"https:\/\/www.facebook.com\/MakeTechEasierMTE","article_published_time":"2026-03-06T22:25:00+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/03\/ubuntu-i3wm-window-manager-featured.webp","type":"image\/webp"}],"author":"Haroon Javed","twitter_card":"summary_large_image","twitter_creator":"@maketecheasier","twitter_site":"@maketecheasier","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/maketecheasier.com\/install-use-i3-window-manager-ubuntu\/#article","isPartOf":{"@id":"https:\/\/maketecheasier.com\/install-use-i3-window-manager-ubuntu\/"},"author":{"name":"Haroon Javed","@id":"https:\/\/maketecheasier.com\/#\/schema\/person\/5e8ec6bd20386c9a8655bdd61680e2dd"},"headline":"I Swapped Ubuntu\u2019s Default Desktop for i3: Here\u2019s How My Productivity Skyrocketed","datePublished":"2026-03-06T22:25:00+00:00","mainEntityOfPage":{"@id":"https:\/\/maketecheasier.com\/install-use-i3-window-manager-ubuntu\/"},"wordCount":1699,"commentCount":2,"publisher":{"@id":"https:\/\/maketecheasier.com\/#organization"},"image":{"@id":"https:\/\/maketecheasier.com\/install-use-i3-window-manager-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/03\/ubuntu-i3wm-window-manager-featured.webp","keywords":["i3wm","Linux","Ubuntu","window manager"],"articleSection":["Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/maketecheasier.com\/install-use-i3-window-manager-ubuntu\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/maketecheasier.com\/install-use-i3-window-manager-ubuntu\/","url":"https:\/\/maketecheasier.com\/install-use-i3-window-manager-ubuntu\/","name":"I Swapped Ubuntu\u2019s Default Desktop for i3: Here\u2019s How My Productivity Skyrocketed - Make Tech Easier","isPartOf":{"@id":"https:\/\/maketecheasier.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/maketecheasier.com\/install-use-i3-window-manager-ubuntu\/#primaryimage"},"image":{"@id":"https:\/\/maketecheasier.com\/install-use-i3-window-manager-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/03\/ubuntu-i3wm-window-manager-featured.webp","datePublished":"2026-03-06T22:25:00+00:00","description":"See how switching to the i3 tiling window manager can turn your Linux desktop into a high-performance, keyboard-driven command center.","breadcrumb":{"@id":"https:\/\/maketecheasier.com\/install-use-i3-window-manager-ubuntu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/maketecheasier.com\/install-use-i3-window-manager-ubuntu\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/maketecheasier.com\/install-use-i3-window-manager-ubuntu\/#primaryimage","url":"https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/03\/ubuntu-i3wm-window-manager-featured.webp","contentUrl":"https:\/\/maketecheasier.com\/wp-content\/uploads\/2026\/03\/ubuntu-i3wm-window-manager-featured.webp","width":1280,"height":720,"caption":"Using I3 Window Manager On Ubuntu Installation Usage Feature Image"},{"@type":"BreadcrumbList","@id":"https:\/\/maketecheasier.com\/install-use-i3-window-manager-ubuntu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/maketecheasier.com\/"},{"@type":"ListItem","position":2,"name":"Computing","item":"https:\/\/maketecheasier.com\/category\/computing\/"},{"@type":"ListItem","position":3,"name":"Linux","item":"https:\/\/maketecheasier.com\/category\/linux\/"},{"@type":"ListItem","position":4,"name":"I Swapped Ubuntu\u2019s Default Desktop for i3: Here\u2019s How My Productivity Skyrocketed"}]},{"@type":"WebSite","@id":"https:\/\/maketecheasier.com\/#website","url":"https:\/\/maketecheasier.com\/","name":"Make Tech Easier","description":"Uncomplicating the complicated, making life easier","publisher":{"@id":"https:\/\/maketecheasier.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/maketecheasier.com\/search\/{search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/maketecheasier.com\/#organization","name":"Make Tech Easier","url":"https:\/\/maketecheasier.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/maketecheasier.com\/#\/schema\/logo\/image\/","url":"https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/03\/mte-logo.png","contentUrl":"https:\/\/maketecheasier.com\/wp-content\/uploads\/2025\/03\/mte-logo.png","width":696,"height":84,"caption":"Make Tech Easier"},"image":{"@id":"https:\/\/maketecheasier.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/MakeTechEasierMTE","https:\/\/x.com\/maketecheasier","https:\/\/www.instagram.com\/maketecheasier\/","https:\/\/pinterest.com\/MakeTechEasier","https:\/\/www.youtube.com\/c\/Maketecheasier"]},{"@type":"Person","@id":"https:\/\/maketecheasier.com\/#\/schema\/person\/5e8ec6bd20386c9a8655bdd61680e2dd","name":"Haroon Javed","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/465e7d10c4bd76e5f96ff64694d026e1121383f8446cec5958835c7b0f1de8af?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/465e7d10c4bd76e5f96ff64694d026e1121383f8446cec5958835c7b0f1de8af?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/465e7d10c4bd76e5f96ff64694d026e1121383f8446cec5958835c7b0f1de8af?s=96&d=mm&r=g","caption":"Haroon Javed"},"description":"Haroon is a lifelong tech enthusiast with over five years of experience writing thousands of articles about Linux, programming languages, and more. He loves exploring new technologies and experimenting with them to find innovative ways to use them. Haroon's work has been featured on various online platforms, including HTG, Baeldung, and LinuxHint.","sameAs":["https:\/\/www.linkedin.com\/in\/haroon-javed445\/"],"url":"https:\/\/maketecheasier.com\/author\/jharoonjaved\/"}]}},"_links":{"self":[{"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/posts\/189900","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/users\/15380"}],"replies":[{"embeddable":true,"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/comments?post=189900"}],"version-history":[{"count":1,"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/posts\/189900\/revisions"}],"predecessor-version":[{"id":858161,"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/posts\/189900\/revisions\/858161"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/media\/857988"}],"wp:attachment":[{"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/media?parent=189900"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/categories?post=189900"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/maketecheasier.com\/wp-json\/wp\/v2\/tags?post=189900"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}