Get Started with Ptyxis: A How-To Guide for Ubuntu's New Default Terminal

By — min read
<h2>Introduction</h2> <p>Ptyxis is a modern terminal emulator built with GTK4 and libadwaita, designed to integrate seamlessly with the GNOME desktop. Developed for contemporary software development workflows, it features robust container support for tools like Podman, Distrobox, and Toolbox. Already the default terminal on Fedora and upcoming Ubuntu releases, Ptyxis is rapidly gaining popularity. This guide walks you through its most useful features—tab management and color schemes—so you can boost your productivity right away.</p><figure style="margin:20px 0"><img src="https://itsfoss.com/content/images/2026/04/new-Features-in-new-terminal.webp" alt="Get Started with Ptyxis: A How-To Guide for Ubuntu&#039;s New Default Terminal" style="width:100%;height:auto;border-radius:8px" loading="lazy"><figcaption style="font-size:12px;color:#666;margin-top:5px">Source: itsfoss.com</figcaption></figure> <h2>What You Need</h2> <ul> <li>A Linux distribution with Ptyxis installed (e.g., Fedora 39+ or Ubuntu 24.04+).</li> <li>Optional: Podman, Distrobox, or Toolbox for container workflows.</li> <li>Basic familiarity with terminal operations.</li> </ul> <h2 id="step1">Step 1: Open Ptyxis and Explore the Interface</h2> <p>Launch Ptyxis from your applications menu or by pressing <kbd>Super</kbd> and typing "Terminal." The default window shows a single terminal session with a clean title bar. Notice the two key buttons: the <strong>Show open tabs</strong> button (top-right, looks like a grid icon) and the <strong>three-dot menu</strong> (top-right). The three-dot menu gives you access to preferences and other settings.</p> <h2 id="step2">Step 2: Create and Manage Tabs</h2> <p>Tabs are the cornerstone of multitasking in Ptyxis. To create a new tab, press <kbd>Ctrl+Shift+T</kbd> or click the <strong>+</strong> button next to the existing tabs (if shown). Each tab runs an independent shell session.</p> <h3>Use the Tab Overview</h3> <p>With multiple tabs open, click the <strong>Show open tabs</strong> button. This launches a visual overview similar to GNOME’s Activities screen. Here, each tab displays its title and a small preview of its content. You can:</p> <ul> <li><strong>Drag and drop</strong> tabs to rearrange them.</li> <li><strong>Pin tabs</strong> by clicking the pin icon, keeping important sessions always visible at the top.</li> <li>Right-click a tab to access more options.</li> </ul> <h2 id="step3">Step 3: Rename Tabs for Clarity</h2> <p>When juggling multiple projects, clear tab titles are a lifesaver. In the tab overview, right-click any tab and select <strong>Set title</strong>. You can choose to:</p> <ul> <li><strong>Prepend a name</strong> to the default process title (e.g., "Dev Server - bash").</li> <li><strong>Create a completely custom title</strong> by entering any text.</li> </ul> <p>Renamed tabs make it easy to identify sessions at a glance.</p> <h2 id="step4">Step 4: Search Through Tabs</h2> <p>Have a lot of open tabs? Use the <strong>search</strong> button (magnifying glass icon) in the title bar. Click it and type any part of a tab's title. Ptyxis will filter the overview to show only matching tabs. This is incredibly handy when you're managing a dozen sessions simultaneously.</p><figure style="margin:20px 0"><img src="https://itsfoss.com/content/images/size/w1200/2026/04/new-Features-in-new-terminal.webp" alt="Get Started with Ptyxis: A How-To Guide for Ubuntu&#039;s New Default Terminal" style="width:100%;height:auto;border-radius:8px" loading="lazy"><figcaption style="font-size:12px;color:#666;margin-top:5px">Source: itsfoss.com</figcaption></figure> <h2 id="step5">Step 5: Customize Your Color Scheme</h2> <p>Ptyxis offers a wide variety of preset color schemes. To change yours:</p> <ol> <li>Click the <strong>three-dot menu</strong> (top-right) and select <strong>Preferences</strong>.</li> <li>Navigate to the <strong>Appearance</strong> tab.</li> <li>Under <strong>Color scheme</strong>, click <strong>Show all palettes</strong>.</li> <li>Browse the list of presets—each shows a preview. Click one to apply it immediately.</li> </ol> <p>The change takes effect at once, so you can experiment freely.</p> <h2 id="step6">Step 6: Explore Additional Features (Optional)</h2> <p>While this guide focuses on tabs and colors, Ptyxis has more to offer. For instance, you can set custom keyboard shortcuts in Preferences, split terminals horizontally or vertically, and configure container integration. These features are documented in the application’s help menu.</p> <h2 id="tips">Tips for an Enhanced Experience</h2> <ul> <li><strong>Customize your prompt</strong>: The screenshots in this guide show a customized shell prompt. You can achieve a similar look by downloading our config file from the <a href="https://github.com/example/ptyxis-config">GitHub repo</a> or watching our <a href="#">video tutorial</a>.</li> <li><strong>Use keyboard shortcuts</strong>: Learn common shortcuts like <kbd>Ctrl+Shift+T</kbd> (new tab), <kbd>Ctrl+Shift+W</kbd> (close tab), and <kbd>Ctrl+PageUp/PageDown</kbd> to switch tabs.</li> <li><strong>Pin frequently used tabs</strong>: Pinning prevents accidental closing and keeps essential sessions front and center.</li> <li><strong>Experiment with color schemes</strong>: A well-chosen palette can reduce eye strain during long coding sessions.</li> </ul> <p>Ptyxis is designed to be intuitive and powerful. With these steps, you’ll master its core features and enjoy a more organized terminal workflow.</p>
Tags: