Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Configurable for binary apps (not .app/ apps) #900

Copy link
Copy link
@huangyxi

Description

@huangyxi
Issue body actions

OS

macOS 15.3.1 (24D70)

LinearMouse

v0.10.1-beta.2

Is your feature request related to a problem?

No response

Describe the solution you'd like

Thank you for the fancy app. I would like to be able to configure settings for individual binary applications. Currently, some binary GUI applications (e.g., Java, Tcl/Tk, and other individually compiled apps) do not have a .app folder, making them difficult to configure using per-app settings. In the existing version, these applications are not configurable on a per-app basis.
Allowing these applications to be configurable, even without the .app folder, would provide greater flexibility in managing and customizing their behavior.

Describe alternatives you've considered

No response

Additional context

Example of a Minimal Binary App

//main.swift
import Cocoa
let app = NSApplication.shared
let window = NSWindow()
window.makeKeyAndOrderFront(nil)
app.run()

To compile and run this binary app:

swiftc main.swift -c main
./main

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.