Created
June 15, 2011 00:27
-
-
Save kakkun61/1026256 to your computer and use it in GitHub Desktop.
My configuration file of Solar (Twitter client)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <Settings xmlns="http://2.star.glasscore.net/software/solar/" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | |
| <Settings.Accounts> | |
| <AccountToken | |
| Name="kakkun61" | |
| OAuthToken="9820592-7yshyyoc6tHZifzwD9mLgNjIjSEqpPZdqEVEQ6NarE" | |
| OAuthTokenSecret="gsqGlysTPXAC51l5YApcA1aNPQwsjECR4PSzR7pKCY" | |
| UserID="9820592" /> | |
| </Settings.Accounts> | |
| <Settings.CategoryGroups> | |
| <CategoryGroup> | |
| <Category | |
| NotifySound="{x:Null}" | |
| CheckUnreads="True" | |
| Interval="00:03:00" | |
| Name="Home" | |
| NotifyUpdates="True" | |
| Page="1"> | |
| <Filter> | |
| <Filter.Terms> | |
| <NothingFilterTerms /> | |
| </Filter.Terms> | |
| <HomeFilterSource /> | |
| </Filter> | |
| </Category> | |
| <Category | |
| NotifySound="{x:Null}" | |
| CheckUnreads="True" | |
| Interval="00:10:00" | |
| Name="Mentions" | |
| NotifyUpdates="True" | |
| Page="1"> | |
| <Filter> | |
| <Filter.Terms> | |
| <ContainsFilterTerms | |
| Except="True"> | |
| <ContainsFilterTerms.Keywords> | |
| <x:String>RT @</x:String> | |
| </ContainsFilterTerms.Keywords> | |
| </ContainsFilterTerms> | |
| </Filter.Terms> | |
| <MentionsFilterSource /> | |
| </Filter> | |
| </Category> | |
| <Category | |
| NotifySound="{x:Null}" | |
| CheckUnreads="False" | |
| Interval="00:10:00" | |
| Name="RT" | |
| NotifyUpdates="False" | |
| Page="1"> | |
| <Filter> | |
| <Filter.Terms> | |
| <ContainsFilterTerms> | |
| <ContainsFilterTerms.Keywords> | |
| <x:String>RT @</x:String> | |
| </ContainsFilterTerms.Keywords> | |
| </ContainsFilterTerms> | |
| </Filter.Terms> | |
| <HomeFilterSource /> | |
| <MentionsFilterSource /> | |
| <RetweetedByMeFilterSource /> | |
| <RetweetedToMeFilterSource /> | |
| <RetweetsOfMeFilterSource /> | |
| </Filter> | |
| </Category> | |
| <Category | |
| NotifySound="{x:Null}" | |
| CheckUnreads="True" | |
| Interval="00:10:00" | |
| Name="DM" | |
| NotifyUpdates="True" | |
| Page="1"> | |
| <Filter> | |
| <Filter.Terms> | |
| <NothingFilterTerms /> | |
| </Filter.Terms> | |
| <DirectMessagesReceivedFilterSource /> | |
| <DirectMessagesSentFilterSource /> | |
| </Filter> | |
| </Category> | |
| <Category | |
| NotifySound="{x:Null}" | |
| CheckUnreads="False" | |
| Interval="00:10:00" | |
| Name="Favorites" | |
| NotifyUpdates="False" | |
| Page="1"> | |
| <Filter> | |
| <Filter.Terms> | |
| <NothingFilterTerms /> | |
| </Filter.Terms> | |
| <FavoritesFilterSource | |
| UserName="{x:Null}" /> | |
| </Filter> | |
| </Category> | |
| </CategoryGroup> | |
| </Settings.CategoryGroups> | |
| <Settings.Connection> | |
| <ConnectionSettings | |
| WebProxyHost="{x:Null}" | |
| WebProxyPassword="{x:Null}" | |
| WebProxyUser="{x:Null}" | |
| EnableUserStreams="True" | |
| UseHttps="True" | |
| WebProxyPort="8080" /> | |
| </Settings.Connection> | |
| <Settings.GlobalFilterTerms> | |
| <NothingFilterTerms /> | |
| </Settings.GlobalFilterTerms> | |
| <Settings.Interface> | |
| <InterfaceSettings | |
| AccountBoxStyle="DropDownRight" | |
| Bounds="110,0,472,992" | |
| CloseToTray="True" | |
| CollapsePostBox="True" | |
| MinimizeToTray="False" | |
| NotifyLocation="BottomRight" | |
| PostByControlEnter="False" | |
| UseDeferredScrolling="False" | |
| UseIncrementalQuickSearch="True" | |
| UseQuickSearch="True" | |
| WindowState="Normal" /> | |
| </Settings.Interface> | |
| <Settings.Key> | |
| <KeySettings | |
| CopyStatusBody="{x:Null}" | |
| FavoriteStatus="{x:Null}" | |
| QueryCache="{x:Null}" | |
| ReplyToDetails="{x:Null}" | |
| RetweetStatus="{x:Null}" | |
| SearchCache="{x:Null}" | |
| SearchUsers="{x:Null}" | |
| CopyStatus="Ctrl+C" | |
| CopyStatusUri="Ctrl+Shift+C" | |
| CopyStatusUser="Alt+Shift+C" | |
| DeleteStatus="Delete" | |
| DirectMessage="Ctrl+D" | |
| QuoteStatus="Ctrl+Q" | |
| Refresh="F5" | |
| ReplyToStatus="Ctrl+R" | |
| SearchQuick="Ctrl+Shift+F" | |
| SearchStatuses="Ctrl+F" /> | |
| </Settings.Key> | |
| <Settings.Post> | |
| <PostSettings | |
| AutoShortenUrl="{x:Null}" | |
| AutoSwitchAccount="True" /> | |
| </Settings.Post> | |
| <Settings.Timeline> | |
| <TimelineSettings | |
| AlternateStatusColor="#FFEFEFEF" | |
| AutoResetNewCount="False" | |
| BorderThickness="0,0,0,1" | |
| DoubleClickAction="ReplyTo" | |
| HighlightFavorited="True" | |
| HighlightFavoritedColor="#FFFFFF96" | |
| HighlightStatusHavingSelectedSender="False" | |
| HighlightStatusHavingSelectedSenderColor="#FF98FB98" | |
| HighlightStatusRepliedBySelected="True" | |
| HighlightStatusRepliedBySelectedColor="#FFFFB6C1" | |
| HighlightStatusReplyingToSelected="True" | |
| HighlightStatusReplyingToSelectedColor="#FFEEE8AA" | |
| MaxStatuses="1000" | |
| NewStatusColor="#FFAFEEEE" | |
| ResetNewCountOnTabHide="False" | |
| ResetNewCountOnTabShow="False" | |
| ShowIconShadowIfAvailable="True" | |
| ShowOneWayFollowIcon="True" | |
| ShowProtectedIcon="True" | |
| ShowStatusShadow="True" | |
| TimelineStyle="Full" /> | |
| </Settings.Timeline> | |
| </Settings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment