rik.theme
rik.theme copied to clipboard
How to get the scrollbars to the right-hand side?
How to get the scrollbars to the right-hand side?
Is there a setting that can be written with defaults write GWorkspace ...
?
Reference: https://github.com/probonopd/LIVEstep/issues/9
I don't know it there is a way setting the defaults. It probably needs to be coded.
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.