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

Possibility to add custom command flags to exec #13

Open
dyce opened this issue Oct 17, 2024 · 1 comment
Open

Possibility to add custom command flags to exec #13

dyce opened this issue Oct 17, 2024 · 1 comment
Assignees

Comments

@dyce
Copy link

dyce commented Oct 17, 2024

I'm running wayland (hyprland) and need to pass some flag to chromium apps in order for them to display correctly.

Would be nice to have an additional input on the website where we can add flags that should be added to the command as a type of advanced settings for example. (Or make them work when added in the path input, see below)

I tried to add them to the executable path input, but it seems like the spaces between binary and flags were escaped and
google-chrome-unstable --enable-features=UseOzonePlatform --ozone-platform=wayland
ended up like this in your script and the command would not execute:
Exec=/usr/bin/google-chrome-unstable\ --enable-features=UseOzonePlatform\ --ozone-platform=wayland --app='xyz'

@mathix420
Copy link
Owner

hi @dyce thanks for the issue, it's nice to know. I will probably add global settings allowing you to define custom flags for executables.

@mathix420 mathix420 self-assigned this Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants