Skip to content
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

Add automatically-unhide-macos-hidden-apps-exceptions config option #1041

Open
nikitabobko opened this issue Jan 26, 2025 · 0 comments · May be fixed by #1117
Open

Add automatically-unhide-macos-hidden-apps-exceptions config option #1041

nikitabobko opened this issue Jan 26, 2025 · 0 comments · May be fixed by #1117
Labels
feature-proposal A well defined feature proposal good-first-issue Easy to fix issues. Good for newcomers

Comments

@nikitabobko
Copy link
Owner

The proposal:

automatically-unhide-macos-hidden-apps = true
automatically-unhide-macos-hidden-apps-exceptions = ['com.github.wez.wezterm']
  1. Apps in the list should be excluded from the automatically-unhide-macos-hidden-apps logic.
  2. Specifying non-empty automatically-unhide-macos-hidden-apps-exceptions array while automatically-unhide-macos-hidden-apps = false should be config error

Use cases:

  1. Discord app is misbehaving. Instead of closing windows for real, it uses "hide app" when you try to close its window
  2. Raycast supposedly uses "hide app" to toggle windows Terminal toggle hotkey with Raycast #1040
@nikitabobko nikitabobko changed the title Add automatically-unhide-macos-hidden-apps-exceptions = [...] config option Add automatically-unhide-macos-hidden-apps-exceptions config option Jan 26, 2025
@nikitabobko nikitabobko added feature-proposal A well defined feature proposal good-first-issue Easy to fix issues. Good for newcomers labels Jan 26, 2025
JavierM333 added a commit to JavierM333/AeroSpace that referenced this issue Feb 15, 2025
-Added automatically-unhide-macos-hidden-apps-exceptions = [] to default-config
- Changed automatically-unhide-macos-hidden-apps to True
- Config.swift error if hidden apps is false while hidden apps exceptions is empty
- Added these configs to parseConfig Dictionary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-proposal A well defined feature proposal good-first-issue Easy to fix issues. Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant