macOS: NSWindowShouldDragOnGesture
ignored in macOS with window-decoration = false
#3053
Unanswered
Uzaaft
asked this question in
Feature Requests, Ideas
Replies: 1 comment 2 replies
-
You've got a good set of steps to reproduce here. I only converted to a discussion because I wasn't even aware of this default, so I wanted to do some research on it a bit more before converting to an issue someone might pick up (since our rules are if you make a PR to solve an issue I'll merge it). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running:
defaults write -g NSWindowShouldDragOnGesture -bool true
in the command line to enable this, and then restarting all windows, it appears that this doesnt work on ghostty.Putting it here since it didnt appear to be documented in the issues.
Steps to reproduce:
defaults write -g NSWindowShouldDragOnGesture -bool true
window-decoration = false
enabledThis was only tested on the release variant of the application.
Beta Was this translation helpful? Give feedback.
All reactions