-
-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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