Conversation
* Replace yq with pure bash for TOML parsing The yq-based parsing only worked with jq/yq v3 and broke with go-yq v4. This change removes the yq and uses bash for parsing. Some additional improvments: - Handles single and double quoted values - Strips inline comments (e.g. "#hex" #comment) * Remove the no-longer-needed yq packages --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
Add /clipboard flag to xfreerdp3 command to enable bidirectional clipboard sharing between Windows VM and Omarchy.
The current 5-second sleep is not enough for all hardware. On my PC (and likely many others), Windows takes longer to initialize. If the script tries to connect via RDP before Windows is fully ready, the connection fails or hangs. I replaced the fixed sleep with a dynamic loop that checks the Docker logs for the "Windows started successfully" message. This ensures the RDP client only starts once Windows has confirmed it's ready, making the launch process much more reliable across different hardware specs. Fixes #2599
fix: dynamic Windows VM boot synchronization for RDP
…ring Enable clipboard sharing for Windows VM
…es on keyboards without a printscr key Closes #4051
Created by @Maxteabag Closes #4221
…3711) * Use alacritty when legacy gpu when install omarchy * Inline legacy GPU detection, install Alacritty only when needed
Fixes brightness setting on the Asus G14
It causes issues on some machines, but is required on the Asus G14
As AUR packages need local compiling and that might fail. Which shouldn't prevent migrations from running.
And make sure failed AUR update doesn't fail the update entirely
* Toggle hybrid GPU mode via supergfxctl Very useful for Asus G14 and other laptops with NVIDIA + AMD iGPU combos. * Use correct exit * Simplify * Wording * Revise switching process * Spacing * These are sudo actions * Make it exe * No need for extensions Matches existing style * Relying on the new config should be enough since we are restarting anyway * Prevent race condition * Reminder to add to OPR
) (#4615) Signed-off-by: Shreyansh Malviya <shreyanshmalviya0012@gmail.com>
* disable opencode auto-update feature as we rely on pacman * Refreshing already produces a .bak, so that's enough --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
Add "Without audio" option to screenrecord menu
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
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?
Additions
talias in any terminal by @dhheffcommand to open fuzzy find results directly in your editor by @dhh~/.config/omarchy/extensions/menu.shfor overloading any menu action by @bhaveshsookaAesthetics
Keybindings
Super + Shift + Returnas alternative keybind for launching browser by @dhhSuper + Ctrl + Cas alternative capture keybind for machines without PrintScr button by @dhhSuper + Alt + Shift + Fto open nautilus in current directory of terminal byFixes