David Heinemeier Hansson
24a5de2f99
Add option to configure direct boot
2026-02-21 11:08:52 +01:00
David Heinemeier Hansson
c8b1431c8f
Update skill to focus on end-user customizations
...
We have AGENTS.md inside for developers of Omarchy
2026-02-21 11:01:08 +01:00
David Heinemeier Hansson and GitHub
7a5b55c3df
Merge pull request #4705 from foucist/patch-1
...
Keep the mouse cursor in sync with the last focused window when switching workspaces.
2026-02-21 10:53:50 +01:00
David Heinemeier Hansson
a69f332869
Fix colored gutter in nvim by making line numbers transparent
2026-02-21 10:51:50 +01:00
David Heinemeier Hansson
8dfd36fb2a
Excess space
2026-02-21 10:44:25 +01:00
David Heinemeier Hansson
a2f99b771e
A few more examples
2026-02-21 10:44:02 +01:00
David Heinemeier Hansson
825a12c0b6
Suggest a few more possible tweaks
2026-02-21 10:41:09 +01:00
David Heinemeier Hansson
b5dbb23c9f
Hide fcitx5 tray icon from waybar
2026-02-21 10:34:52 +01:00
David Heinemeier Hansson
497a755927
Clearer to use the same name
2026-02-21 10:27:19 +01:00
David Heinemeier Hansson
29c3355e3f
Group hyprland toggles correctly
2026-02-21 10:24:49 +01:00
David Heinemeier Hansson
7514ae7dcf
Use consistent bash5 style for conditionals and quoting
2026-02-21 10:18:47 +01:00
David Heinemeier Hansson
d2acf3b6ba
Use our pkg helpers consistently
2026-02-21 09:52:17 +01:00
David Heinemeier Hansson
c6ac6de366
Correct checks
2026-02-21 09:48:11 +01:00
David Heinemeier Hansson
d557c016f2
No longer used
2026-02-21 09:46:43 +01:00
James Robey and GitHub
047e48885c
Add cursor warp_on_change_workspace setting
...
enables "Move the cursor to the last focused window after changing the workspace." setting
2026-02-21 15:36:29 +07:00
David Heinemeier Hansson
bac5ceef57
Assume https if no protocol is entered
2026-02-21 09:24:43 +01:00
David Heinemeier Hansson
ffd8509da6
Fix Hibernation resume on nvidia computers
2026-02-21 09:22:17 +01:00
David Heinemeier Hansson
76ab172334
Scala needs java to be installed
2026-02-21 09:17:26 +01:00
David Heinemeier Hansson
47c12a6888
Only ask for icon URL if we can't get a favicon
2026-02-21 09:14:50 +01:00
David Heinemeier Hansson
778c203209
Ensure we are using compiled binaries for Ruby
2026-02-21 09:14:50 +01:00
Ryan Hughes and GitHub
2a4e4080a7
Merge pull request #2953 from riozee/fix/screenshot-portrait-transform
...
Fix: omarchy-cmd-screenshot geometry for transformed monitors
2026-02-21 03:02:52 -05:00
David Heinemeier Hansson
ac075d1b00
Add Google as a DNS provider option
2026-02-21 09:02:09 +01:00
David Heinemeier Hansson
8e38f70832
Cleanup duplication
2026-02-21 08:52:02 +01:00
David Heinemeier Hansson
d1757b25f3
No lazydocker either
2026-02-21 08:43:53 +01:00
David Heinemeier Hansson
4c1594572b
Need to reload for the keybindings to disappear from Super + K
2026-02-21 08:32:27 +01:00
David Heinemeier Hansson
49c7b63677
Group these
2026-02-21 08:29:37 +01:00
David Heinemeier Hansson
5e63cf9d1d
Ensure we only have plain bindings after doing Remove > Preinstalls
2026-02-21 08:26:46 +01:00
David Heinemeier Hansson
06494e99a8
Merge branch 'master' into dev
2026-02-21 07:44:22 +01:00
David Heinemeier Hansson and Claude Opus 4.6
6a2b0f1963
Fix Bluetooth device showing bluez ID instead of friendly name ( #4260 )
...
Look up device.id first for Bluetooth friendly names, falling back to
object.id for non-Bluetooth devices. Also fix conditionals to use [[ ]].
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-21 07:43:46 +01:00
David Heinemeier Hansson
7c0adf7d40
Revert "Merge pull request #4260 from shawnyeager/fix-bluetooth-device-name-display"
...
This reverts commit 517bc8920f , reversing
changes made to cd01b3cedf .
2026-02-21 07:43:14 +01:00
David Heinemeier Hansson and GitHub
517bc8920f
Merge pull request #4260 from shawnyeager/fix-bluetooth-device-name-display
...
Fix Bluetooth device showing bluez ID instead of friendly name
2026-02-21 07:42:12 +01:00
David Heinemeier Hansson and GitHub
9c7f260f3b
Merge pull request #3755 from zachfleeman/nvidia_rtx_pro_support
...
Nvidia RTX Pro Support
2026-02-21 07:39:31 +01:00
David Heinemeier Hansson
6927e77f51
Fix permissions
2026-02-21 07:34:55 +01:00
David Heinemeier Hansson
618b957e23
Fix missing extension
2026-02-21 07:34:24 +01:00
David Heinemeier Hansson
f25584949c
Remove duplicate or no longer relevant migrations
2026-02-21 07:06:30 +01:00
David Heinemeier Hansson
3df37f999c
Hide wiremix and limine-snapper-restore from app launcher
...
Never meant to be exposed
2026-02-21 06:54:29 +01:00
David Heinemeier Hansson
d1b00daf53
Decided not to use this after all
...
Stuck with more prefix-based keys
2026-02-21 06:32:11 +01:00
Zach Fleeman
2e3500cbd5
Nvidia RTX Pro Support
...
Support detection of Nvidia RTX Pro GPU during install
2026-02-20 18:05:00 -05:00
Ryan Hughes
929b09c4fb
Remove. Doesn't work right.
2026-02-20 17:57:26 -05:00
Ryan Hughes
5711f42ac3
Don't delete snapshot on error
2026-02-20 17:48:24 -05:00
David Heinemeier Hansson and GitHub
d6e8983a8c
Merge pull request #4646 from dipeshbabu/fix/upload-log-system-info-alias
...
Fix upload-log usage and support system-info alias
2026-02-20 22:42:35 +01:00
Dipesh Babu and GitHub
413ddd2ea7
docs: correct omarchy-debug journalctl section label ( #4654 )
2026-02-20 22:41:00 +01:00
Luca Pattocchio and GitHub
e5b58a3e68
Add remove scala option ( #4675 )
2026-02-20 22:39:51 +01:00
David Heinemeier Hansson and GitHub
1b2f08e8d9
Merge pull request #4665 from dipeshbabu/fix/migration-hyprland-flag-newline
...
Fix Hyprland Chromium flags migration newline handling
2026-02-20 22:38:34 +01:00
Ryan Hughes and GitHub
747a0f2698
Merge pull request #3107 from jtaw5649/fix/omarchy-cmd-screenshot
...
Fix HDR omarchy-cmd-screenshot
2026-02-20 16:34:03 -05:00
David Heinemeier Hansson
7d4cc63d20
Clean up and offer reboot
2026-02-20 22:28:14 +01:00
David Heinemeier Hansson
79fb802e34
The nordvpn gui is just too heavy with too many dependencies
2026-02-20 22:25:58 +01:00
David Heinemeier Hansson and GitHub
c644408b51
Merge pull request #4468 from jamerrq/feat/nordvpn-service
...
feat: add NordVPN to installable services with optional GUI
2026-02-20 22:22:23 +01:00
David Heinemeier Hansson
9a7bf34fcc
Order
2026-02-20 22:22:02 +01:00
David Heinemeier Hansson
c3f3628185
Slim down and use existing services
2026-02-20 22:21:05 +01:00