Conversation
Turns out there are control codes for tracking mouse actions in xterm-compatible terminal emulators (mind blown). This patch adds mouse action awareness to our beloved screensaver setup: - on setup it sends the respective control codes for movement and click detection - in the main loop it opens up the input reader to read raw bytes and, thus, enable to detect even so much as a mouse's squeak Personally, I love swiping my trackpad to exit screensaver. But the explicit pressing-a-key to exit is nice, also. And I don't know if many people have jitter issues with their mouses or trackpads. Reckon, if they had they wouldn't get to see the glory that TTE is anyway, ever :) This is tested and working in Ghostty. Sorry for the low-effort testing.
Can't suggest an option that doesn't work much of the time
* Add example to enable three-finger drag * Clarify comment --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
Updated the `omarchy-cmd-screensaver` script to allow screensaver effects to run independently on each monitor in multi-display configurations. Previously, the effect loop waited for all animations on all monitors to finish before starting the next effect. With this change, each monitor handles its own effect cycle independently, improving smoothness and responsiveness in multi-monitor setups.
* Add Fizzy webapp * Replace icon
Closes #3741 Co-authored-by: @s-pra1ham
- Similar to current 1Password configuration
Added line layer=overlay to core.ini config
…n't run Ghostty Alacritty is more broadly supported
This will prevent folks from ending up with index DBs that are out of sync with their channel
The following options are no longer recognized by Kitty and caused warnings during startup: window_padding_height show_window_resize_notification single_instance They have been removed to keep the configuration compatible with current Kitty versions.
Co-authored-by: Tjalve Aarflot <tjalve.github@proton.me>
Co-authored-by: madhurdhama <madhurdhama@gmail.com>
Add thunderbolt module in omarchy hook.
n1203
reviewed
Dec 15, 2025
Screensaver launch is broken when Walker is open: It will fail to go fullscreen and exits right after input read's first iteration, due to the screensaver_in_focus() check. See #2992 for an example report. This addition will silently quit an opened Walker menu before launching the screensaver terminal. It is mildly intrusive, alas, as a return from screensaver will not present the pre-screensaver state exactly.
Will help folks who have trouble with ghostty to still get a terminal going
Contributor
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?
Super + Ctrl + Arrowsto navigate inside grouped windows because overloaded hotkeys conflicted with moving in/out of grouped windows by @dhhomarchy-refresh-applicationsby @dhhomarchy-restart-walkerto properly restart the new services by @ryanrhughesomarchy-refresh-limineby @SoAp9035