You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: