{ string $mode = `displayPref -q -wsa`; if ($mode == "full") displayPref -wsa "none"; else if ($mode == "none") displayPref -wsa "full"; }