Christopher Newman
54bcc68490
Enable sound and microphone in RDP connection ( #2676 )
...
adding /sound and /microphone to omarchy-windows-vm
Co-authored-by: Ryan Hughes <ryan@heyoodle.com >
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2025-10-21 15:39:02 -07:00
David Heinemeier Hansson
c3b86c602e
No need to add .local/bin
2025-10-21 07:25:18 -07:00
Demis Bellot
61e0fa27e2
Add mouse scroll bindings for window group navigation ( #2653 )
...
Added mouse scroll bindings for navigating grouped windows.
2025-10-21 07:14:03 -07:00
David Heinemeier Hansson
ea985fd471
Fix migration to work with both uwsm-app and uwsm app
...
Closes #2666
Co-authored-by: @sedubois
2025-10-21 07:11:42 -07:00
John Zetterman
dfa689f4ea
Updated logic to find Obsidian vault regardless of location ( #2668 )
...
Co-authored-by: Ryan Hughes <ryan@heyoodle.com >
2025-10-21 07:01:58 -07:00
Alex R Teal
530577e8fe
Add /dynamic-resolution flag to be reactive to window size changes ( #2647 )
...
Co-authored-by: Ryan Hughes <ryan@heyoodle.com >
2025-10-21 06:58:19 -07:00
Stefan Gründel
42a5b3bf22
disable update checks in VS Code on install, now creating target dir first ( #2636 )
...
Co-authored-by: Ryan Hughes <ryan@heyoodle.com >
2025-10-20 14:21:44 -07:00
Ryan Hughes
f0f319ed92
Move version forward
2025-10-20 12:30:20 -04:00
Ryan Hughes
12f9beab86
Update version
2025-10-20 11:23:14 -04:00
Ryan Hughes
572bbf823b
Update walker migration to run for everyone
2025-10-20 10:52:03 -04:00
Bruno Martins
f297ad1e99
fix: universal RAM detection (locale-independent) ( #2566 )
...
* fix: make RAM detection compatible with all locales (free output in any language)
* Look at total RAM, not just free
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2025-10-20 07:01:44 -07:00
Jon Kinney
c4f93787d6
Error fallback if terminal was not installed successfully ( #2611 )
2025-10-20 06:55:28 -07:00
Timo Hubois
730cba2e2a
feat(clipboard.conf): add descriptions ( #2615 )
2025-10-20 06:54:38 -07:00
David Heinemeier Hansson
d70d84af71
Fix changing workspace with mousescroll
...
Fixes #2586
2025-10-20 06:53:14 -07:00
Brian Blakely
d11d30ac31
Add binding for tiled full screen toggle ( #2598 )
...
This seems niche, but you might like it. Binds Super + Ctrl + F to force-tile a fullscreen app. It works nice for things including running games in a tile or watching YouTube in a pip tile without needing to configure these apps specifically to do so.
2025-10-20 05:27:49 -07:00
David Heinemeier Hansson
ef52bb5f93
Move version forward
2025-10-19 09:29:44 +02:00
David Heinemeier Hansson
73036988ed
Update version
2025-10-19 09:29:04 +02:00
David Heinemeier Hansson
6ee6dbaf2a
Merge pull request #2417 from basecamp/dev
...
Omarchy 3.1.0
v3.1.0
2025-10-19 09:27:33 +02:00
David Heinemeier Hansson
be697860aa
Stick with existing name inside theme
2025-10-19 09:25:39 +02:00
Ryan Hughes
f64d73c24c
Ensure consistent size
2025-10-19 02:30:28 -04:00
Ryan Hughes
880e779cf2
Make border easier to override
2025-10-19 02:30:20 -04:00
Ryan Hughes
a1e80e1cab
Add migration for misc. items since 3.1.0-RC
2025-10-18 17:44:06 -04:00
Ryan Hughes
bd761379a7
Add nfs support
2025-10-18 17:01:02 -04:00
David Heinemeier Hansson
cc2523ff89
Use 3 blur passes by default
...
Co-authored-by: @vyrx-dev
2025-10-18 21:51:57 +02:00
David Heinemeier Hansson
d421b63873
Revert "Walker now needs a default qalculate/qalc.cfg to work out of the box"
...
This reverts commit bc99b8ce96 .
2025-10-18 21:38:27 +02:00
Ryan Hughes
5cf56f31e6
Update wayfreeze to -git
2025-10-18 15:19:43 -04:00
Ryan Hughes
636416bbd2
Revert "Remove wayfreeze until we have the AUR pkg built in OPR"
...
This reverts commit ea30329522 .
2025-10-18 15:19:09 -04:00
David Heinemeier Hansson
40312523e3
Suggest that this is a fine spot for custom Hyprland configs
2025-10-18 21:17:06 +02:00
David Heinemeier Hansson
735fc2d263
Fix indention
2025-10-18 21:09:02 +02:00
David Heinemeier Hansson
dc00227f0a
Fix all themes active border for groups to match regular active border
2025-10-18 21:09:02 +02:00
Ryan Hughes
5028e241c5
Install Node by default
2025-10-18 14:27:09 -04:00
David Heinemeier Hansson
fc4cf86487
We can no longer just relaunch hyprland
...
So restart it is
2025-10-18 20:08:42 +02:00
David Heinemeier Hansson
3bf7c15906
Relaunching Hyprland is not compatible with sddm
...
But it is also no longer necessary since ENVs are dynamically reloaded
2025-10-18 20:05:01 +02:00
David Heinemeier Hansson
bc99b8ce96
Walker now needs a default qalculate/qalc.cfg to work out of the box
2025-10-18 16:23:27 +02:00
Hendrik Bergunde
53336e21b1
Fix google-chrome opacity in hyprland ( #2526 )
...
Google Chrome reports itself as google-chrome in `hyprctl clients` but
the matching for the windowrule did not work, probably because since
hyprland 0.46.0 the regex matching needs to span the entire string.
This change makes "google-chrome" get recognized so that windows of that
browser receive the chromium-based-browser tag, which in turn provides
better opacity settings for Chrome windows. Since "chrome" was matched
by the regex before, this fix now should restore the originally intended
behavior for Google Chrome.
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2025-10-18 16:17:23 +02:00
David Heinemeier Hansson
24e76a3b90
Add hooks for theme set, font set, and post update ( #2527 )
...
Ala git hooks
2025-10-18 16:11:49 +02:00
David Heinemeier Hansson
63e3b3e32f
Hide yet another fcitx5 filler app
2025-10-18 15:34:40 +02:00
David Heinemeier Hansson
6790cfc1f5
Fix spacing for waybar icons for all
2025-10-18 13:40:23 +02:00
brink-lab
920b1a983f
Fix spacing between icons on Waybar ( #1411 )
...
* Update style.css
Fixes the uneven spacing between icons on waybar by updating styling.css with Propo font family.
However, Propo introduces a small issue as the volume icons don't have the same with. As a consequence, icons left of volume will move based on the displayed volume icon. To solve this, I added a non-Propo font to the pipewire module as well - this way the volume icons have fixed length but eats a bit into the spacing towards the CPU icon. But I see this as the best trade-off.
* Update waybar config.jsonc
* Update tray spacing in waybar config
* Modify margins in style.css
Adjusted margins for various elements.
* Update waybar css for even spacing
* Update Waybar config tray spacing
2025-10-18 13:32:38 +02:00
David Heinemeier Hansson
80907fcf4f
Ensure we use 644 for all configs and migrations
2025-10-18 13:30:19 +02:00
Vaibhav Verma
c401c877a3
Fix theming for Brave and add theming support for helium ( #2518 )
...
* Fix theeming for Brave and add theeming support for helium
* bugfix: syntax
2025-10-18 12:18:01 +02:00
Vaibhav Verma
e03193eea4
Fix omarchy-theme-set-vscode to only remove theme instead of the complete line ( #2523 )
2025-10-18 12:16:27 +02:00
Miha Rekar
c24c1f1c5a
Update clipboard manager shortcut in the migration warning ( #2524 )
2025-10-18 12:15:55 +02:00
David Heinemeier Hansson
ef2bfb37ad
Correct the clipboard manager hotkey
2025-10-18 12:11:50 +02:00
David Heinemeier Hansson
ea30329522
Remove wayfreeze until we have the AUR pkg built in OPR
...
CC @ryanrhughes
2025-10-18 12:00:07 +02:00
David Heinemeier Hansson
9ea990b88c
Add missing CR
2025-10-17 23:51:25 +02:00
David Heinemeier Hansson
5a2a49c999
Note that accepting will change existing bindings but make a backup
2025-10-17 23:48:20 +02:00
David Heinemeier Hansson
5a10222dc9
No longer needed
...
We are moving all the bindings together
2025-10-17 23:45:38 +02:00
David Heinemeier Hansson
cad71169c2
Add Aether to existing installations as well
2025-10-17 23:38:16 +02:00
Ryan Hughes
0588cc8e5b
openai-codex-bin -> openai-codex due to being outdated
2025-10-17 15:44:13 -04:00