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

How to get the scrollbars to the right-hand side? #17

Open
probonopd opened this issue Sep 23, 2020 · 2 comments
Open

How to get the scrollbars to the right-hand side? #17

probonopd opened this issue Sep 23, 2020 · 2 comments

Comments

@probonopd
Copy link

probonopd commented Sep 23, 2020

How to get the scrollbars to the right-hand side?

Is there a setting that can be written with defaults write GWorkspace ...?

Reference:
probonopd/LIVEstep#9

@AlessandroSangiuliano
Copy link
Owner

I don't know it there is a way setting the defaults. It probably needs to be coded.

@BertrandDekoninck
Copy link

I think it has something to do with NSInterfaceStyleDefault. But I may be wrong.
Try to type
"defaults write NSGlobalDomain NSInterfaceStyleDefault NSMacintoshInterfaceStyle" in a terminal.

I don't think it has to be coded.
You can find various examples of options for themes in NarcissusRik's plist file.
See https://github.com/BertrandDekoninck/NarcissusRik/blob/master/NarcissusRik.theme/Resources/Info-gnustep.plist for details

Remember that all defaults you set in the terminal override the options written in this theme Info-gnustep.plist file. And you can override a global option for a particuliar app (for instance GWorkspace) by typing "defaults write GWorkspace yourOptionKey yourOptionValue" instead of NSGlobalDomain.

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

3 participants