-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Omarchy 3.2.0 #3295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Omarchy 3.2.0 #3295
+1,180
−368
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TTE go fullscreen: --no-eol (tte 0.12.2/0.13.0)
This doesn't work for Ghostty (yet?) but it does work for Kitty
The default is only 50 Closes #3175
This reverts commit b1b6e5d.
This reverts commit fc8e4c0.
This reverts commit 33dde26.
SVGs work just fine, changing misleading caption
Changed default bindings for switching to a window in a group. The original values did not respect different keyboard layouts.
* Update Helium browser in omarchy-launch-webapp see #1945 (comment) * Fix browser pattern matching in launch script for helium --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
This additional bind lets the user follow the default action of a notification with a keystroke in the same position `,` as the other notification binds.
AAC provides better cross-platform compatibility compared to Opus when using MP4 containers. While Opus is supported in MP4, compatibility varies across different media players and platforms. In testing, screen recordings with Opus codec sent to Windows users played without audio in Windows Media Player, while recordings with AAC codec worked immediately without issues. AAC ensures recordings are playable out-of-the-box across all platforms without requiring users to install additional codecs or use alternative media players.
This reverts commit 7ebe9fd.
fix(walker): update for breaking changes in latest version
So we don't do it over and over again on a regular upgrade
Use desktop portal capture option which allows capturing monitors connected to external gpus (common on laptops with dedicated gpus) and supports capturing properly when hdr is enabled. Desktop portal capture allows selecting capture of a window, monitor or screen region. Add -fallback-cpu-encoding yes to use cpu encoding if the system doesn't support gpu encoding. Ideally omarchy should install vaapi drivers which would fix this issue for most users, but some users have a gpu that dont support gpu encoding at all so this option is still needed. Use pgrep with ^ as is done in waybar indicator screen-recording.sh to only grep for gpu-screen-recorder program. Update omarchy-menu to reflect not selecting region/display capture and instead allow capturing only desktop audio or desktop + microphone audio. Fixes #3367 and #3303
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changed?
Note: Not yet released.
New keys and capabilities
Super + Alt + Commato invoke/open the last notification by @czrothSuper + Alt + Arrowsto move between tiling group tabs by @chrislewisSuper + Shift + Alt + Arrow Left/Rightto move workspaces between monitors by @jheuingSuper + Ctrl + Shift + Alt + Arrowsto move splits in Ghostty by 100 lines (instead of default 10) by @dhhSuper + Tto tile it instead) by @dhhomarchy-hyprland-window-popcommand by @DarrenVictorianoFixed stuff
usageas default package by @tionichmorg.omarchy.*app-ids for all TUIs by @patrozaformat-diskfunction should use exfat instead of ext4 for Windows/macOS compatibility by @dhh + @daviewalesFeature presentations
New stable Arch mirror
With hundreds of thousands of people having downloaded the Omarchy ISO, it's time to ensure that the bleeding edge of Arch package upgrades isn't automatically rolling out to everyone without vetting. So we're introducing a new stable mirror that'll lag the latest by a month. It'll grab a snapshot of the latest repo on the first of the month, then upload that on the last Monday at 10am UTC of the month. This will allow a smaller group of package pioneers to catch problems and fix them before everyone upgrades. That should dramatically lower the risk that we see incompatibility issues in the wild at a large scale.
If you're interested in being part of the Omarchy Package Pioneers, you can run
omarchy-refresh-pacman-mirrorlist edge. That'll put you on the edge mirror where all new packages are immediately available. Please pull early and often, and help us catch future issues!Ghostty is the new default terminal
Ghostty is a fantastic terminal created by @mitchellh, which natively supports splits and tabs. We've made it the default for new installations. Existing users can switch using Install > Terminal. Alacritty + Kitty remains as optional installs on new installations.
You can see all keybinds on
ghostty +list-keybinds, but here's a quick cheatsheet:Ctrl + Shift + Osplit vertically.Ctrl + Shift + Esplit horizontally.Ctrl + Alt + Arrowsmove between splits.Ctrl + Shift + Super + Arrowsresize splits.Ctrl + Shift + Topen new tabCtrl + Shift + Arrowsmove between tabs.New themes: Ethereal and Hackerman
Visual theme picker
The theme picker new has visual previews of every included theme (and every extra theme can add preview.png in 16:9 to get the same):
Bluetooth TUI
With improvements to BlueTUI, we're finally able to make it match the TUI used for wifi configuration.
Tobi's try
Managing all your quick code experiments is made much nicer with @tobi's try. Automatically namespace your attempts by the data under
~/Work/tries, delete them from the overview, and jump back into the action. See the try page for more.