Skip to content

Omarchy v1.13.0#661

Merged
dhh merged 88 commits intomasterfrom
dev
Aug 11, 2025
Merged

Omarchy v1.13.0#661
dhh merged 88 commits intomasterfrom
dev

Conversation

@dhh
Copy link
Member

@dhh dhh commented Aug 11, 2025

What changed?

  • Add Install > Gaming to ease installation of Steam, RetroArch, and Minecraft by @dhh
  • Add Install > Development to ease installation of many major development environments by @dhh, @fhammerschmidt, @florianbeer, @c4software, @abdellahrk, @devmobasa, @Macho0x
  • Add Install > Editor options for Sublime Text + Helix by @dhh
  • Add Install > Service with options for Dropbox + Tailscale setup by @dhh
  • Add Discord as a default web app by @dhh
  • Add system-wide ~/.local/share/omarchy/bin to PATH and OMARCHY_PATH by @ryanrhughes + @dhh
  • Add guard against installing Omarchy on anything but a fresh vanilla Arch on x86_64 (but option to override) by @dhh + @daltonbr
  • Add Cloudflare (with Google as backup) as the default DNS setup by @dhh
  • Add two new backgrounds for Osaka Jade by @Justikun + @dhh
  • Add vim navigation hotkeys + description hiding to Install/Remove > Package by @maxguzenski
  • Add omarchy-version command to get the current Omarchy release version (from git tag) by @sailoz
  • Add noscreenshare windowrule for 1password so it'll be blacked out during screenshare by @alexperreault
  • Fix sleep wouldn't lock screen on some installations due to path issue by @dhh
  • Fix common flakiness with SSH by default by @dhh
  • Fix Chromium save dialogue getting too big by @dhh
  • Fix About font size if system was changed by @sailoz
  • Fix Walker config to only override values where we differ from defaults by @ryanrhughes
  • Fix order of includes in default ~/.config/hypr/hyprland.conf so user edits take precedence by @dhh
  • Fix that Omarchy logo would wrap on some terminal interactions by @dhh
  • Fix missing icon for Audio Settings (wiremix) in application launcher by @dhh
  • Fix boot taking forever because systemd was waiting for a network interface to come online by @ryanrhughes
  • Fix mise paths not being available systemwide by adding them to uwsm by @ryanrhughes
  • Fix update-available icon would hang around after update in Waybar by @LeonardoTrapani
dhh and others added 30 commits August 8, 2025 18:00
Solves a bunch of problems with shitty local DNS
And include sublime_text, since it doesn't use xdg-desktop-portal-gtk
* better pkg manager with shotcuts

* removed ctrl-d, it conflict with terminal

* reveal keybinds to user

* We don't need yayf any more now we have full integration in Omarchy menu

---------

Co-authored-by: David Heinemeier Hansson <david@hey.com>
* Add OCaml

Add OCaml according to https://ocaml.org/install#linux_mac_bsd

I included also the development environment (LSP and some tools) as I figured this would be actually omakase but I can also remove it if we want to keep it clean.

* small fix
Co-authored-by: Justin Lowry <j.lowry@hey.com>
* instead of alias, created command omarchy-version

* Revert "instead of alias, created command omarchy-version"

This reverts commit 87e45db.

wrong commit to dev

* Fix font size of About so it will stay in similar size
)

Co-authored-by: David Heinemeier Hansson <david@hey.com>
* Reduce to only have overrides

* Change font to pick up system font

* Add migration

* Add walker restart to pick up new font
* Add omarchy to system path

* Remove unnecessary duplicate

* Remove path def since it's global now

* Migration for system-wide path

* Remove debug code

* Refresh after update

* Add common state script

* Restart on state detected

* Set state instead

* Export own path for menu
@c4software
Copy link
Contributor

Hi @dhh

Why force the user DNS settings ?

@dhh
Copy link
Member Author

dhh commented Aug 11, 2025

Because shitty DNS from wifis out about in the world can cause a bunch of trouble for development. But I'd be open to having some config power on this. I'd just prefer to have a known, good quantity in the box.

@meerzulee
Copy link
Contributor

Hey, would it make sense to also include the small “lock before suspend” patch in this PR? It’s just a one-line change and fits well with the current updates. #664

@dhh
Copy link
Member Author

dhh commented Aug 11, 2025

@meerzulee It's fixed in this release.

@meerzulee
Copy link
Contributor

@dhh, I noticed what might be an issue in this code #666 .
Could you confirm if this behavior is intentional or if it’s indeed a bug?

@dhh
Copy link
Member Author

dhh commented Aug 11, 2025

Confirmed fine on master.

@dhh dhh merged commit 79bdb15 into master Aug 11, 2025
@biggsjm
Copy link

biggsjm commented Aug 11, 2025

@dhh I noticed a bug when you follow these steps:
Super+Space (invoke Walker), without dismissing…
Ctrl+Super+Space (Omarchy Menu)

Omarchy menu for me is off center due to Walker being loaded prior

chriopter pushed a commit to chriopter/omarchy that referenced this pull request Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet