-
Couldn't load subscription status.
- Fork 1.5k
Omarchy 3.1.4 #2862
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
Open
dhh
wants to merge
36
commits into
master
Choose a base branch
from
dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Omarchy 3.1.4 #2862
+282
−201
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
Easier to learn when presented in order
) * fix(hyprland): match Brave portal dialogs in floating-window rule Brave on Wayland uses xdg-desktop-portal-gtk for permission and file dialogs. These windows use website-based titles (e.g. "chatgpt.com wants to open") instead of "Open File" or "Save File", so they were not matched by the floating-window rule. This commit expands the title regex to include those patterns, ensuring Brave dialogs float properly. * Shrink scope --------- Co-authored-by: David Heinemeier Hansson <[email protected]>
* New window replaces the current fullscreen or maximized window Currently if we are in fullscreen or full-width mode and either start a new application OR create a new window of an existing application. Like an incognito window Then those new windows/apps start in the background. There is no indication that something new has been created. IMHO, if I am opening an application then I want to switch to it. I cannot think of any common use case for having new applications open in the background. This change will cause new application to replace current application as the fullscreen / fullwidth window Please see docs: https://wiki.hypr.land/Configuring/Variables/#misc Option: new_window_takes_over_fullscreen Desc: if there is a fullscreen or maximized window, decide whether a new tiled window opened should replace it, stay behind or disable the fullscreen/maximized state. 0 - behind, 1 - takes over, 2 - unfullscreen/unmaxize [0/1/2] Type: int Default: 0 * fix the setting name
Derives the list of required modules for the installer from Chris McLeod's manual installation steps. His instructions say to use the surface-linux kernel however the default kernel has the right set of modules already (as noted by the fact that the right modules are loaded for the keyboard to work during the install and after the LUKS unlock screen). I only have a Surface Laptop 3 to test this on but based on the guide where Chris is using a newer laptop and the only difference is the pinctrl module which I attempt to autodetect I think it should "just" work for others but definitely "use at your own risk".
Some applications (e.g. Aether) use xdg-desktop-portal-gtk to open folder chooser dialogs titled "Choose Export Directory" or similar. These were not matched by the previous floating-window regex, causing them to tile instead of float. This change expands the title regex to include "Choose …" patterns, ensuring these dialogs float and center properly in Hyprland
) * init * go with a hardcoded list * revert manifest modification --------- Co-authored-by: David Heinemeier Hansson <[email protected]>
Because if not, we get the dreaded "Waiting for elephant" message. CC: @abenz1267
Clarify error message when no web apps have been selected in the WebApp Remove menu
Since in almost all cases, the EFI entries will get positioned above the USB, this notice is not needed.
* Fix cd command if zoxide is missing * Make use of omarchy-cmd-present
* Fix ls when not using eza * Make use of omarchy-cmd-present
* Add bindings for scratchpad support This is great for hiding windows temporarily and bringing them up when needed in an overlay, I'm using it to hide away my webcam control in meetings. ;) * Change shortcut to move window to scratchpad --------- Co-authored-by: David Heinemeier Hansson <[email protected]>
* imv: add default Ctrl+P binding to print current image via CUPS * Add imv config migration with backup --------- Co-authored-by: David Heinemeier Hansson <[email protected]>
Lessen the stampede going forward
* UFW: limit LocalSend (53317) to LAN and remove default SSH (22) rule * Revert LocalSend change and drop SSH allow rule
* Fix auto-generated everforest obsidian theme * Update `--text-muted` and `--text-faint` to be readable against background color * Add contrast detection and color correction logic * Remove dedicated Obsidian CSS file * Add dedicated text color variables to obsidian theme generation * Replace closest color logic with generated color for code bg in Obsidian --------- Co-authored-by: David Heinemeier Hansson <[email protected]>
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?
Super + Sto reveal scratchpad workspace overlay andSuper + Alt + Sto move an app there by @fldcCtrl + Pto print on the image viewer by @ctarxAlt + Shift + Lhotkey for copying URL in a web app should be in list of keybindings by @manuel1618