What's Changed
Update existing installations using Update > Omarchy from Omarchy menu (Super + Alt + Space).
Install on new machines with the ISO:
- Download: https://iso.omarchy.org/omarchy-3.4.0.iso
- SHA256: a68349ddf41b2553b4dfbae6bd6f08a993a12dc5ccec1d9316a4c0ac2bb33649
IMPORTANT: If upgrading from a version earlier than 3.3.0, you'll see a bunch of Hyprland config errors. They'll go away after the update has fully completed and you've restarted your system. But if you've added any windowrules or layerrules of your own, you'll need to convert them to the new syntax too. You can use https://itsohen.github.io/hyprrulefix/.
Features
- Add single screenshot flow on PrintScr with editing option pushed to notification by @ryanrhughes
- Add Tmux with tailored config for improved aesthetics and ergonomics accessible via
talias in any terminal by @dhh - Add AI agent-focused Tmux layouts via
tdl(Tmux Dev Layout),tdlm(Tmux Dev Layout Multiplier), andtsl(Tmux Swarm Layout) by @dhh - Add Claude Code as default install with
cxalias to start it in accept-all mode by @dhh - Add hibernation by default on new installs by @dhh
- Add idle-lock and notification-silencing icons to Waybar by @dhh
- Add full compatibility (volume/brightness/hybrid GPU switching) with Asus Zephyrous G14/16 laptops by @dhh
- Add compatible ethernet driver (Motorcomm YT6801) for Slimbook + Tuxedo laptops by @dhh
- Add NVIDIA GeForce Now installer and window rules via Install > Gaming by @dhh
- Add automatic power profile switching when plugged/unplugged by @pomartel
- Add SSH port forwarding functions
fip/dip/lipfor web development by @dhh - Add
effcommand to open fuzzy find results directly in your editor by @dhh - Add option to remove all preinstalls via Remove > Preinstalls by @dhh
- Add audio soft mixer as opt-in toggle via Setup > Audio (needed for Asus Zephyrus) by @dhh
- Add
~/.config/omarchy/extensions/menu.shfor overloading any menu action by @bhaveshsooka - Add nautilus-python for "Open in Ghostty" context menu by @pomartel
- Add window rules for Bitwarden Chrome Extension by @sgruendel
- Add emoji picker auto-pasting by @pomartel
- Add back mainline Chromium now that upstream has live themeing fixed by @dhh
- Add "With no audio" option to screenrecord menu by @robzolkos
- Add tab-cycle completion for bash file/dir expansion by @coolbotic
- Add option to have user themes of same name as built-in themes that just overwrite individual files by @tmn73
- Add favicon extraction for new web apps by @pomartel + @dhh
- Add NordVPN installer via Install > Services by @jamerrq
- Add Vulkan drivers installed by default by @ElBrodino
- Add Scala to Install > Development by @saftacatalinmihai
- Add Tmux to the config refresh menu by @guidovicino
- Add drive partition info display to omarchy-drive-select by @johnbarney
- Add Google as a DNS provider option by @dhh
- Add Logout option to System Menu together with styled SDDM login by @dhh
- Add Suspend back to System Menu as default on (but with opt-out when it doesn't work under Setup > System Sleep) by @dhh
Aesthetics
- Add visual background picker by @dhms013
- Add theme-synced keyboard backlighting on Asus ROG laptops by @dhh
- Add theme-synced keyboard backlighting on Framework 16 laptops by @godlewski
- Add new default wallpaper for Tokyo Night theme by @Maxteabag
- Add Miasma theme by @OldJobobo
- Add Vantablack theme by @bjarneo
- Add White theme by @bjarneo
- Add headset icon for audio in Waybar by @pomartel
Keybindings
- Change
Super + Ctrl + Xfor Voxtype to a toggle instead of push-to-talk due to Hyprland complications with button release by @dhh - Add
Super + Alt + Returnto start terminal in Tmux mode by @dhh - Add
Super + Shift + Returnas alternative keybind for launching browser by @dhh - Add
Super + Ctrl + Cas alternative capture keybind for machines without PrintScr button by @dhh - Add
Super + Alt + Shift + Fto open nautilus in current directory of terminal by X - Add
Super + Ctrl + Backspaceto cycle through monitor scaling of 1x, 1.6x, 2x, 3x by @dhh - Add
Super + Ctrl + Alt + Backspaceto toggle single-window square aspect ratio by @dhh - Add
Super + Ctrl + Zto zoom in (repeat = more zoom) andSuper + Ctrl + Alt + Zto zoom out by @pelephant2 - Add opening Nautilus in terminal's current working directory by @schwepmo
- Add scratchpad auto-toggle on workspace switch by @mitanjan
- Add single-key keyboard backlight cycling for laptops without separate up/down keys by @hattapauzi
Fixes
- Fix new installations should default to Alacritty instead of Ghostty to ensure even old systems without compatible GPUs can run Omarchy out of the box by @dhh
- Fix AUR package installation to prefer AUR over repos when available by @dhh
- Fix Ghostty high IO pressure on some machines by @NicolasDorier
- Fix NVIDIA environment variables for Maxwell/Pascal/Volta GPUs by @johnzfitch
- Fix JetBrains window rules not working properly by @NicolasDorier
- Fix Telegram stealing focus on every message by @ryanrhughes
- Fix Steam window opacity rules by @nptr
- Fix video PWA window rules by @dhh
- Fix Walker crashing and not restarting by @dhh
- Fix hibernation to work reliably across different laptops by @dhh
- Fix hyprlock fingerprint auth check by @dhh
- Fix update snapshots not being cleaned on failed updates by @Mridul-Agarwal
- Fix Windows VM clipboard sharing in RDP by @arcangelo7
- Fix Windows VM dynamic boot detection by @felixzsh
- Fix Windows VM timezone and add confirmation before VM removal by @pomartel
- Fix Windows VM should only bind ports and restart-unless-stopped to localhost by @loud-func
- Fix gum confirm color for "no" option by @dhh
- Fix omarchy-update-firmware premature exit by @nnutter
- Fix swayosd style path by @gilescope
- Fix yq dependency by replacing with pure bash TOML parsing by @dommmel
- Fix AUR updates broken by interrupted git sessions by @dhh
- Fix Synaptics InterTouch touchpad detection by @Sameer292
- Fix Starship prompt sanitization by @JamesRobey
- Fix Chromium Wayland color manager flag removal by @shreyansh-malviya
- Fix Development remove menu icons by @annoyedmilk
- Fix kb_variant support in input.conf by @manuel-rams
- Fix wiremix default device character display by @l1ghty
- Fix opencode auto-update disabled for pacman management by @sgruendel
- Fix Waybar Omarchy glyph spacing with thin space by @horaceko
- Fix suspend-to-hibernate failing on several laptops by removing it as a default by @dhh
- Fix missing Wayland color manager disabling flag in Chromium by @shreyansh-malviya
- Fix x11 fallback in SDL_VIDEODRIVER for compatibility by @ryanrhughes
- Fix AUR packages shouldn't update until after system packages and migrations by @dhh
- Fix archlinux-keyring should be updated before updating packages by @defer
- Fix Docker on-demand startup via socket activation (saves memory, starts on first use) by @timohubois
- Fix HDR screenshot rendering by switching to hyprpicker from wayfreeze by @jtaw5649
- Fix format-drive compatibility with macOS by @prepin
- Fix kernel modules becoming unavailable after kernel upgrade by @defer
- Fix low contrast for muted/faint text in Obsidian theme by @guidovicino
- Fix emoji rendering in Alacritty by @glauberdmo
- Fix keyboard backlighting staying on during idle by @pukljak
- Fix vertical/horizontal split naming to match human expectations by @dhh
- Fix full OSC 52 clipboard support in Alacritty by @sgruendel
- Fix kernel change detection to work with any kernel by @dhh
- Fix drive info to include vendor when not part of model string by @KR9SIS
- Fix remove broken snapshot delete function and call on update by @ryanrhughes
- Fix wifi power saving should not be happening when connected to power by @dhh
- Fix AUR install sudo session timeout by @dhms013
- Fix nvidia drivers should be installed for (the lucky) owners of Nvidia RTX Pro cards by @zachfleeman
- Fix Bluetooth device showing bluez ID instead of friendly name by @shawnyeager
- Fix omarchy-cmd-screenshot geometry for transformed monitors by @riozee
- Fix fcitx5 tray icon should be hidden from waybar by @pomartel
- Fix mouse cursor should sync with the last focused window when switching workspaces by @foucist
- Fix nvim gutter would have the wrong color on some themes like Kanagawa by @dhh
- Fix user manager hanging on restart/shutdown for two minutes (now can only hang for 5 seconds) by @dhh
- Fix errant login.keyring being created if you logged in via SDDM which then wanted to be manually unlocked every time by @dhh
- Fix screenrecording compatibility with Mac by using h264 by @dhh
- Fix first-frame garbage on screenrecordings by trimming 100ms by @dhh
- Fix manual installs could end up with packages too new for their channel by @dhh
- Fix mise should use precompiled binaries by @dhh
- Fix Surface laptops should have driver kit installed by default by @dhh
Feature presentations
New screenshot flow
PrintScr will now immediately save the screenshot to file and clipboard, then a notification will offer the opportunity to edit it afterwards. This means skipping Satty when all you want is the screenshot. It also means we no longer need Shift + PrintScr to snap straight to clipboard (because the default does both). You can activate the invitation to edit immediately with Super + Alt + , (the keybinding to activate any notification!).
Tailored Tmux
Tmux is now installed by default and can be started with the t alias. The keybindings have been tweaked for better ergonomics and the aesthetics optimized to match Omarchy's.
Make sure to review the Tmux hotkey bindings to use this!
Tmux layout functions
Use the new tsl [panels] [command] function to create an agent swarm window, like tsl 4 opencode:
Use the new tdl [agent] [agent] function to create an IDE with $EDITOR on the left, agent on the right, terminal below:
And you can use tdlm [agent] [agent] to do this for all the subdirectories within a folder, like tdlm opencode claude:
Visual background picker
Instead of having to cycle through all backgrounds, you can now pick the one you want directly with a visual preview.
Add idle-lock and notification-silencing icons to Waybar
When you toggle the idle lock (Super + Ctrl + I) or the notification-silencing (Super + Ctrl + ,), you'll now get a notification icon in the waybar. Clicking it will turn off the toggle.
Hibernation by default
Hibernation is now setup by default on new installations. It can be removed via Setup > System Sleep > Disable Hibernate.
Full Asus Zephyrous G14/16 compatibility
The Asus Zephyrous G14 didn't support screen/keyboard brightness or volume controls out of the box, and the hybrid GPU was stuck with the NVIDIA option always on, which drains the battery fast. But with this version, we now have full compatibility with screen + keyboard brightness controls, volume controls, and Trigger > Hardware > Hybrid GPU to swap between the iGPU (battery efficient) and dGPU (NVIDIA speed). We're also syncing the theme changes to keyboard backlighting.
asus-keyboard-backlighting.mp4
NVIDIA GeForce Now
Games like Fortnite, Call of Duty, Apex Legends, Halo Infinite, and several other competitive multiplayer games don't run on Linux due to the lack of anti-cheat compatibility, but with NVIDIA's excellent cloud gaming service GeForce NOW, you can play them anyway. On a fast internet connection, it's incredibly fluid, and even supports up to 4K @ 120hz gaming. This service can now easily be installed using Install > Gaming > NVIDIA GeForce NOW.
Removing preinstalls (aka return of "bare mode")
Okay, fine, you can have it. There's now a single Remove > Preinstalls option that uninstalls all the preinstalled web apps and desktop applications that comes with Omarchy. Now never speak of "bloat" again!
Swirl buck is the new default
Tokyo Night will now feature the swirl buck by @Maxteabag as the primary background. Gorgeous remix of the original!
New Miasma theme
Dark, moody, and earthy tones by @OldJobobo.
New Vantablack theme
All black everything theme by @bjarneo.
New White theme
All white everything theme by @bjarneo
New Contributors
- @dommmel made their first contribution in #4171
- @Whamp made their first contribution in #4162
- @arcangelo7 made their first contribution in #4217
- @yaroslavrick made their first contribution in #3711
- @incpo made their first contribution in #4247
- @annoyedmilk made their first contribution in #4339
- @foucist made their first contribution in #4366
- @mitanjan made their first contribution in #4250
- @jmargeta made their first contribution in #4314
- @LucaNerlich made their first contribution in #4386
- @schwepmo made their first contribution in #4331
- @bhaveshsooka made their first contribution in #4311
- @l1ghty made their first contribution in #4404
- @jamolweb made their first contribution in #4497
- @Cakez0r made their first contribution in #4502
- @nnutter made their first contribution in #4503
- @amrxtgh69 made their first contribution in #4514
- @johnzfitch made their first contribution in #4491
- @Mrid22 made their first contribution in #4531
- @Sameer292 made their first contribution in #4499
- @SerrpentDagger made their first contribution in #4566
- @horaceko made their first contribution in #4586
- @shreyansh-malviya made their first contribution in #4615
- @dhms013 made their first contribution in #4631
- @godlewski made their first contribution in #4524
- @coolbotic made their first contribution in #4634
- @tmn73 made their first contribution in #4547
- @zachfleeman made their first contribution in #4641
- @funkybooboo made their first contribution in #4640
- @loud-func made their first contribution in #4512
- @dipeshbabu made their first contribution in #4658
- @mlambert125 made their first contribution in #2922
- @RyanLatimer made their first contribution in #4672
- @guidovicino made their first contribution in #4671
- @saftacatalinmihai made their first contribution in #2602
- @hattapauzi made their first contribution in #3730
- @prepin made their first contribution in #4290
- @jamerrq made their first contribution in #4468
- @jtaw5649 made their first contribution in #3107
- @riozee made their first contribution in #2953
- @CryptoCain made their first contribution in #4676
Full Changelog: v3.3.3...v3.4.0
