Skip to content

Instantly share code, notes, and snippets.

@aslakhellesoy
Created March 3, 2014 09:15
Show Gist options
  • Save aslakhellesoy/9321274 to your computer and use it in GitHub Desktop.
Save aslakhellesoy/9321274 to your computer and use it in GitHub Desktop.
Limechat defaults
defaults read net.limechat.LimeChat "main_window"
{
h = 713;
info = 250;
log = 150;
root = 0;
"spell_checking" = 1;
tree = 120;
w = 1025;
x = 141;
y = 137;
}
@aslakhellesoy
Copy link
Author

To get it back to "normal":

defaults write net.limechat.LimeChat "main_window" '{ h = 713; info = 250; log = 150; root = 240; "spell_checking" = 1; tree = 120; w = 1025; x = 141; y = 137; }'

Thanks to @rolfb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment