Re: defaults
Re: defaults
- Subject: Re: defaults
- From: Rich Cook <email@hidden>
- Date: Fri, 18 Nov 2005 15:10:51 -0800
I think you can just do
defaults read com.apple.X11
This doesn't get you the whole list, perhaps. It might only get you
what is currently set as your defaults, but I think it probably is
the whole list.
For me it gives:
rcook@richcookmac (rcook): defaults read com.apple.X11
{
"NSWindow Frame x11_apps" = "192 671 486 332 0 0 1920 1178 ";
"NSWindow Frame x11_prefs" = "326 776 478 338 0 0 1920 1178 ";
"apps_menu" = (
(Terminal, "xterm -aw -bc -sk -si -rightbar -s -sb -sl
10000", n),
(xman, xman, ""),
(xlogo, xlogo, "")
);
depth = -1;
"done_xinit_check" = 1;
"enable_fake_buttons" = 1;
"enable_key_equivalents" = 1;
"enable_system_beep" = 1;
"no_auth" = 0;
"no_quit_alert" = true;
"nolisten_tcp" = 0;
rootless = 1;
"sync_keymap" = 1;
"wm_ffm" = true;
}
On Nov 18, 2005, at 3:06 PM, Tomasz Kowaltowski wrote:
Where can I find a list of all the variables that can be set by the
command:
defaults write com.apple.x11 ....
?
Thanks,
-- tk
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription: http://lists.apple.com/
mailman/options/x11-users/email@hidden
This email sent to email@hidden
--
"There's no time to stop for gas, we're already late"-- Karin Donker
--
Rich "wealthychef" Cook
<http://www.pleasantonplayhouse.com/myfairlady/>
925-784-3077
--
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden
References: | |
| >defaults (From: Tomasz Kowaltowski <email@hidden>) |